Make evas correctly build against the real gl libraries instead of 38/2238/1 2.0alpha accepted/2.0/20130306.225542 accepted/2.0/20130307.025143 accepted/2.0alpha/20121022.195051 submit/2.0/20130221.233335 submit/2.0/20130221.235002 submit/2.0/20130306.222837 submit/2.0/20130307.032018 submit/2.0alpha/20121022.185528
authorRusty Lynch <rusty.lynch@intel.com>
Mon, 22 Oct 2012 18:12:34 +0000 (11:12 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Mon, 22 Oct 2012 18:12:34 +0000 (11:12 -0700)
the simulator-opengl package

packaging/evas.changes [new file with mode: 0644]
packaging/evas.spec

diff --git a/packaging/evas.changes b/packaging/evas.changes
new file mode 100644 (file)
index 0000000..5edfe55
--- /dev/null
@@ -0,0 +1,4 @@
+* Mon Oct 22 2012 Rusty Lynch <rusty.lynch@intel.com> be359fd
+- Part of a fix for TZIVI-276 where attempts to render using gl fail
+  since we are linking against the simulator-opengl package
+
index df9cc9f..c08014e 100755 (executable)
@@ -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