diff mbox

sunxi-mali, ti-gfx: add missing dollar sign in egl.pc

Message ID 1385457235-30264-1-git-send-email-fatih.asici@gmail.com
State Accepted
Commit f2c32b81dd4dcd9ece6caeccef9c10dd9a03049c
Headers show

Commit Message

Fatih Aşıcı Nov. 26, 2013, 9:13 a.m. UTC
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
---
 package/sunxi-mali/egl.pc | 2 +-
 package/ti-gfx/egl.pc     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Nov. 26, 2013, 10:51 a.m. UTC | #1
Dear Fatih Aşıcı,

On Tue, 26 Nov 2013 11:13:55 +0200, Fatih Aşıcı wrote:
> Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
> ---
>  package/sunxi-mali/egl.pc | 2 +-
>  package/ti-gfx/egl.pc     | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Korsgaard Nov. 26, 2013, 11:36 a.m. UTC | #2
>>>>> "Fatih" == Fatih Aşıcı <fatih.asici@gmail.com> writes:

 > Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>

Good catch! Committed, thanks.

Probably that explains:

http://autobuild.buildroot.net/results/592/592acfc6508f01ab82b5692ad52e0fe6d16a3ea3/build-end.log

Notice that this isn't really a sane config, as it has two opengl
providers enabled (rpi + sunxi). It would be good if we could homehow
disallow that, but I think we end up with circular dependencies.
diff mbox

Patch

diff --git a/package/sunxi-mali/egl.pc b/package/sunxi-mali/egl.pc
index 56e3990..b062ad1 100644
--- a/package/sunxi-mali/egl.pc
+++ b/package/sunxi-mali/egl.pc
@@ -8,5 +8,5 @@  Description: ARM Mali implementation of EGL
 Version: 1.4
 Requires:
 Libs: -L${libdir} -lEGL -lGLESv2 -lUMP
-Cflags: -I{includedir}/EGL/ -I${includedir}
+Cflags: -I${includedir}/EGL/ -I${includedir}
 
diff --git a/package/ti-gfx/egl.pc b/package/ti-gfx/egl.pc
index 5ae5a9d..223fb04 100644
--- a/package/ti-gfx/egl.pc
+++ b/package/ti-gfx/egl.pc
@@ -8,4 +8,4 @@  Description: TI Graphics SDK implementation of EGL
 Version: 1.9.2188537
 Requires:
 Libs: -L${libdir} -lEGL -lGLESv2 -lIMGegl
-Cflags: -I{includedir}/EGL/ -I${includedir}
+Cflags: -I${includedir}/EGL/ -I${includedir}