From: Rusty Lynch Date: Thu, 21 Mar 2013 01:25:52 +0000 (-0700) Subject: Fix TZIVI-257 by changing the spec file to link against the real graphics libraries... X-Git-Tag: accepted/2.0/20130321.011728^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F3203%2F1;p=profile%2Fivi%2Fecore.git Fix TZIVI-257 by changing the spec file to link against the real graphics libraries instead of the simulator-opengl package --- diff --git a/packaging/ecore.spec b/packaging/ecore.spec index f53f848..1097690 100644 --- a/packaging/ecore.spec +++ b/packaging/ecore.spec @@ -25,6 +25,9 @@ BuildRequires: pkgconfig(xtst) BuildRequires: curl-devel BuildRequires: libjpeg-devel BuildRequires: pkgconfig(xgesture) +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glesv2) %description