From: Fatih Aşıcı Date: Tue, 26 Nov 2013 09:13:55 +0000 (+0200) Subject: sunxi-mali, ti-gfx: add missing dollar sign in egl.pc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f2c32b81dd4dcd9ece6caeccef9c10dd9a03049c;p=buildroot.git sunxi-mali, ti-gfx: add missing dollar sign in egl.pc Signed-off-by: Fatih Aşıcı Reviewed-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/sunxi-mali/egl.pc b/package/sunxi-mali/egl.pc index 56e3990c65..b062ad1d35 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 5ae5a9de39..223fb04b98 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}