From 155acbf3b572d65e8f0720bde69113a4882078b3 Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Mon, 22 Oct 2012 11:12:34 -0700 Subject: [PATCH] Make evas correctly build against the real gl libraries instead of the simulator-opengl package --- packaging/evas.changes | 4 ++++ packaging/evas.spec | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 packaging/evas.changes diff --git a/packaging/evas.changes b/packaging/evas.changes new file mode 100644 index 0000000..5edfe55 --- /dev/null +++ b/packaging/evas.changes @@ -0,0 +1,4 @@ +* Mon Oct 22 2012 Rusty Lynch be359fd +- Part of a fix for TZIVI-276 where attempts to render using gl fail + since we are linking against the simulator-opengl package + diff --git a/packaging/evas.spec b/packaging/evas.spec index df9cc9f..c08014e 100755 --- a/packaging/evas.spec +++ b/packaging/evas.spec @@ -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 -- 2.7.4