Fix TZIVI-257 by changing the spec file to link against the real graphics libraries... 40/2240/1 accepted/2.0/20130306.224007 accepted/2.0alpha/20121023.223658 submit/2.0/20130306.222302 submit/2.0alpha/20121022.202255
authorRusty Lynch <rusty.lynch@intel.com>
Fri, 19 Oct 2012 20:58:26 +0000 (13:58 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Mon, 22 Oct 2012 20:19:45 +0000 (13:19 -0700)
packaging/ecore.changes [new file with mode: 0644]
packaging/ecore.spec

diff --git a/packaging/ecore.changes b/packaging/ecore.changes
new file mode 100644 (file)
index 0000000..7eb993b
--- /dev/null
@@ -0,0 +1,4 @@
+* Fri Oct 19 2012 Rusty Lynch <rusty.lynch@intel.com> submit/master/20120921.123634@5b4319b
+- Fix build to correctly link against the real gl libraries instead of the
+  fake library targeted for the emulator 
+
index 71171d8..548ee00 100644 (file)
@@ -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