From: Rusty Lynch Date: Mon, 22 Oct 2012 18:12:34 +0000 (-0700) Subject: Make evas correctly build against the real gl libraries instead of X-Git-Tag: accepted/2.0/20130306.225542^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2F2.0alpha;p=profile%2Fivi%2Fevas.git Make evas correctly build against the real gl libraries instead of the simulator-opengl package --- diff --git a/packaging/evas.changes b/packaging/evas.changes new file mode 100644 index 0000000..5edfe55 --- /dev/null +++ b/packaging/evas.changes @@ -0,0 +1,4 @@ +* Mon Oct 22 2012 Rusty Lynch be359fd +- Part of a fix for TZIVI-276 where attempts to render using gl fail + since we are linking against the simulator-opengl package + diff --git a/packaging/evas.spec b/packaging/evas.spec index df9cc9f..c08014e 100755 --- a/packaging/evas.spec +++ b/packaging/evas.spec @@ -33,7 +33,9 @@ BuildRequires: pkgconfig(libdri2) BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(libdrm_slp) %else -BuildRequires: simulator-opengl-devel +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glesv2) %endif