|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX_VIV
|
|
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX_VIV
|
|
bool "xf86-video-imx-viv"
|
|
bool "xf86-video-imx-viv"
|
|
depends on BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
|
|
depends on BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_1 # mesa3d
|
|
select BR2_PACKAGE_MESA3D # Needed in order to compile xorg with glx/dri
|
|
select BR2_PACKAGE_MESA3D # Needed in order to compile xorg with glx/dri
|
|
select BR2_PACKAGE_MESA3D_DRI_DRIVER
|
|
select BR2_PACKAGE_MESA3D_DRI_DRIVER
|
|
select BR2_PACKAGE_LIBDRM
|
|
select BR2_PACKAGE_LIBDRM
|
|
@@ -29,3 +30,4 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX_VIV
|
|
comment "xf86-video-imx-viv depends on imx-gpu-viv with X11 output"
|
|
comment "xf86-video-imx-viv depends on imx-gpu-viv with X11 output"
|
|
depends on BR2_arm
|
|
depends on BR2_arm
|
|
depends on !BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
|
|
depends on !BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_SYNC_1
|