From 679fbe65e991e265bb077ebf602917a1caa974e8 Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Fri, 19 Oct 2012 13:58:26 -0700 Subject: [PATCH] Fix TZIVI-257 by changing the spec file to link against the real graphics libraries instead of the simulator-opengl package --- packaging/ecore.changes | 4 ++++ packaging/ecore.spec | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 packaging/ecore.changes diff --git a/packaging/ecore.changes b/packaging/ecore.changes new file mode 100644 index 0000000..7eb993b --- /dev/null +++ b/packaging/ecore.changes @@ -0,0 +1,4 @@ +* Fri Oct 19 2012 Rusty Lynch submit/master/20120921.123634@5b4319b +- Fix build to correctly link against the real gl libraries instead of the + fake library targeted for the emulator + diff --git a/packaging/ecore.spec b/packaging/ecore.spec index 71171d8..548ee00 100644 --- a/packaging/ecore.spec +++ b/packaging/ecore.spec @@ -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 -- 2.7.4