From: Rusty Lynch Date: Fri, 19 Oct 2012 20:58:26 +0000 (-0700) Subject: Fix TZIVI-257 by changing the spec file to link against the real graphics libraries... X-Git-Tag: accepted/2.0/20130306.224007^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F40%2F2240%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.changes b/packaging/ecore.changes new file mode 100644 index 0000000..7eb993b --- /dev/null +++ b/packaging/ecore.changes @@ -0,0 +1,4 @@ +* Fri Oct 19 2012 Rusty Lynch submit/master/20120921.123634@5b4319b +- Fix build to correctly link against the real gl libraries instead of the + fake library targeted for the emulator + diff --git a/packaging/ecore.spec b/packaging/ecore.spec index 71171d8..548ee00 100644 --- a/packaging/ecore.spec +++ b/packaging/ecore.spec @@ -27,6 +27,9 @@ BuildRequires: libxtst-devel BuildRequires: curl-devel BuildRequires: libjpeg-devel BuildRequires: libXgesture-devel +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glesv2) %description