Part of a fix for TIVI-275 and TIVI-276 by fixing the spec to build against the real gl 61/2261/1 accepted/2.0/20130307.072448 accepted/2.0alpha-wayland/20121108.214204 accepted/2.0alpha/20121023.223810 accepted/2.0alpha/20121108.220708 submit/2.0/20130222.220127 submit/2.0/20130307.074143 submit/2.0alpha-wayland/20121108.211455 submit/2.0alpha/20121023.161305 submit/2.0alpha/20121108.220728 submit/2.0alpha/20130228.211258 submit/2.0alpha/20130228.211934 submit/2.0alpha/20130228.213013
authorRusty Lynch <rusty.lynch@intel.com>
Tue, 23 Oct 2012 16:11:17 +0000 (09:11 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Tue, 23 Oct 2012 16:11:17 +0000 (09:11 -0700)
libraries instead of the simulator-opengl package

packaging/webkit2-efl.changes [new file with mode: 0644]
packaging/webkit2-efl.spec

diff --git a/packaging/webkit2-efl.changes b/packaging/webkit2-efl.changes
new file mode 100644 (file)
index 0000000..78290e4
--- /dev/null
@@ -0,0 +1,3 @@
+* Tue Oct 23 2012 Rusty Lynch <rusty.lynch@intel.com> 6890042
+- Part of a fix for TIVI-275 and TIVI-276 by fixing the spec to build against the real gl 
+  libraries instead of the simulator-opengl package 
index fa21dad..68b9640 100755 (executable)
@@ -52,7 +52,9 @@ BuildRequires: pkgconfig(pmapi)
 %ifarch %{arm}
 BuildRequires: pkgconfig(gles20)
 %else
-BuildRequires: simulator-opengl-devel
+BuildRequires: pkgconfig(gl)
+BuildRequires: pkgconfig(glesv2)
+BuildRequires: pkgconfig(egl)
 %endif
 
 %description