gpu-viv-bin-mx6q: add pkgconfig files for EGL, OpenGLESv2 and OpenVG
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2e7823833e
commit
3627404651
10
package/freescale-imx/gpu-viv-bin-mx6q/egl.pc
Normal file
10
package/freescale-imx/gpu-viv-bin-mx6q/egl.pc
Normal file
@ -0,0 +1,10 @@
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: egl
|
||||
Description: Freescale gpu-viv-bin-mx6q implementation of EGL
|
||||
Version: 1.0
|
||||
Libs: -L${libdir} -lGAL -lEGL
|
||||
Cflags: -I${includedir}/ -DEGL_API_FB=1
|
10
package/freescale-imx/gpu-viv-bin-mx6q/glesv2.pc
Normal file
10
package/freescale-imx/gpu-viv-bin-mx6q/glesv2.pc
Normal file
@ -0,0 +1,10 @@
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: glesv2
|
||||
Description: Freescale gpu-viv-bin-mx6q implementation of OpenGL ESv2
|
||||
Version: 2.0
|
||||
Libs: -L${libdir} -lGAL -lEGL -lGLESv2
|
||||
Cflags: -I${includedir}/ -DEGL_API_FB=1
|
@ -51,6 +51,15 @@ endef
|
||||
|
||||
define GPU_VIV_BIN_MX6Q_INSTALL_STAGING_CMDS
|
||||
cp -r $(@D)/usr/* $(STAGING_DIR)/usr
|
||||
for lib in egl glesv2 vg; do \
|
||||
$(INSTALL) -m 0644 -D \
|
||||
package/freescale-imx/gpu-viv-bin-mx6q/$${lib}.pc \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/$${lib}.pc; \
|
||||
if [ "$(GPU_VIV_BIN_MX6Q_LIB_TARGET)" != "fb" ]; then \
|
||||
$(SED) "s/-DEGL_API_FB=1//" \
|
||||
$(STAGING_DIR)/usr/lib/pkgconfig/$${lib}.pc; \
|
||||
fi; \
|
||||
done
|
||||
endef
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GPU_VIV_BIN_MX6Q_EXAMPLES),y)
|
||||
|
10
package/freescale-imx/gpu-viv-bin-mx6q/vg.pc
Normal file
10
package/freescale-imx/gpu-viv-bin-mx6q/vg.pc
Normal file
@ -0,0 +1,10 @@
|
||||
prefix=/usr
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: vg
|
||||
Description: Freescale gpu-viv-bin-mx6q implementation of OpenVG
|
||||
Version: 1.1
|
||||
Libs: -L${libdir} -lGAL -lEGL -lOpenVG
|
||||
Cflags: -I${includedir}/ -DEGL_API_FB=1
|
Loading…
Reference in New Issue
Block a user