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

gpu-viv-bin-mx6q: remove useless build time deps



Since gpu-viv-bin-mx6q is provided as binary package, there is no build
time dependencies.

Tested-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
Reviewed-by: default avatarGary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: default avatarJérôme Pouiller <jezz@sysmic.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 87523028
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,8 +33,8 @@ choice
config BR2_PACKAGE_GPU_VIV_BIN_MX6Q_OUTPUT_X11
	bool "X11"
	depends on BR2_PACKAGE_XORG7
	select BR2_PACKAGE_XLIB_LIBXDAMAGE
	select BR2_PACKAGE_XLIB_LIBXEXT
	select BR2_PACKAGE_XLIB_LIBXDAMAGE # Runtime dependency
	select BR2_PACKAGE_XLIB_LIBXEXT # Runtime dependency

comment "X11 backend needs Xorg package"
	depends on !BR2_PACKAGE_XORG7
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ GPU_VIV_BIN_MX6Q_PROVIDES = libegl libgles libopenvg

# DirectFB is not supported (wrong version)
ifeq ($(BR2_PACKAGE_GPU_VIV_BIN_MX6Q_OUTPUT_X11),y)
GPU_VIV_BIN_MX6Q_DEPENDENCIES = xlib_libXdamage xlib_libXext
GPU_VIV_BIN_MX6Q_LIB_TARGET = x11
else
GPU_VIV_BIN_MX6Q_LIB_TARGET = fb