Start building against the real gl libraries for Intel platforms 73/2273/1 2.0alpha 2.0alpha-wayland accepted/2.0alpha-wayland/20121108.182647 accepted/2.0alpha-wayland/20121109.002043 accepted/2.0alpha/20121025.214500 accepted/2.0alpha/20121109.001555 submit/2.0alpha-wayland/20121108.184641 submit/2.0alpha-wayland/20121109.003802 submit/2.0alpha/20121025.201546 submit/2.0alpha/20121109.003703
authorRusty Lynch <rusty.lynch@intel.com>
Thu, 25 Oct 2012 20:15:05 +0000 (13:15 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Thu, 25 Oct 2012 20:15:05 +0000 (13:15 -0700)
packaging/capi-system-info.changes [new file with mode: 0644]
packaging/capi-system-info.spec

diff --git a/packaging/capi-system-info.changes b/packaging/capi-system-info.changes
new file mode 100644 (file)
index 0000000..6a29568
--- /dev/null
@@ -0,0 +1,3 @@
+* Thu Oct 25 2012 Rusty Lynch <rusty.lynch@intel.com> submit/2.0alpha/20121025.193703@277fb25
+- Build against the real gl libraries
+
index 65e1471..1b40f16 100755 (executable)
@@ -28,7 +28,9 @@ BuildRequires:        pkgconfig(bluetooth-api)
 BuildRequires: pkgconfig(mm-radio)
 BuildRequires: pkgconfig(sensor)
 %ifarch %{ix86}
-BuildRequires: simulator-opengl-devel
+BuildRequires:  pkgconfig(egl)
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(glesv1_cm)
 %else
 BuildRequires: pkgconfig(gles11)
 %endif