Commit 146f69ec authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Thomas Petazzoni
Browse files

gpu-viv-bin-mx6q: provide libopenvg

parent cb2e8c5d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
	bool "gpu-viv-bin-mx6q"
	select BR2_PACKAGE_HAS_LIBEGL
	select BR2_PACKAGE_HAS_LIBGLES
	select BR2_PACKAGE_HAS_LIBOPENVG
	select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7
	select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
	depends on BR2_arm # Only relevant for i.MX6
@@ -30,6 +31,9 @@ config BR2_PACKAGE_PROVIDES_LIBEGL
config BR2_PACKAGE_PROVIDES_LIBGLES
	default "gpu-viv-bin-mx6q"

config BR2_PACKAGE_PROVIDES_LIBOPENVG
	default "gpu-viv-bin-mx6q"

config BR2_PACKAGE_GPU_VIV_BIN_MX6Q_EXAMPLES
	bool "install examples"
	help
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ GPU_VIV_BIN_MX6Q_LICENSE = Freescale Semiconductor Software License Agreement
# for which a separate license is needed...
GPU_VIV_BIN_MX6Q_REDISTRIBUTE = NO

GPU_VIV_BIN_MX6Q_PROVIDES = libegl libgles
GPU_VIV_BIN_MX6Q_PROVIDES = libegl libgles libopenvg

# DirectFB is not supported (wrong version)
ifeq ($(BR2_PACKAGE_XORG7),y)