]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
sunxi-mali, ti-gfx: add missing dollar sign in egl.pc
authorFatih Aşıcı <fatih.asici@gmail.com>
Tue, 26 Nov 2013 09:13:55 +0000 (11:13 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 26 Nov 2013 11:30:38 +0000 (12:30 +0100)
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sunxi-mali/egl.pc
package/ti-gfx/egl.pc

index 56e3990c65de8cb6eabbadb77a751afc3014f71e..b062ad1d35c59e89cdbe6bab4d92c11d1797df2b 100644 (file)
@@ -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}
 
index 5ae5a9de390752228a0b8cd9cdf8486639d8d0c2..223fb04b986b729ddf14f5a20dd0aafbdcbdc441 100644 (file)
@@ -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}