summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/mesa3d/Config.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in
index 54aca4b562..81f2272866 100644
--- a/package/mesa3d/Config.in
+++ b/package/mesa3d/Config.in
@@ -26,12 +26,8 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER
config BR2_PACKAGE_MESA3D_DRI_DRIVER
select BR2_PACKAGE_MESA3D_DRIVER
- depends on !BR2_PREFER_STATIC_LIB
bool
-comment "DRI drivers need shared libdrm"
- depends on BR2_PREFER_STATIC_LIB
-
config BR2_PACKAGE_MESA3D_DRIVER
bool
@@ -60,6 +56,11 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SWRAST
This is a software opengl implementation using the Gallium3D
infrastructure.
+comment "DRI drivers needs a toolchain w/ dynamic library"
+ depends on BR2_PREFER_STATIC_LIB
+
+if !BR2_PREFER_STATIC_LIB
+
config BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST
bool "DRI swrast driver"
select BR2_PACKAGE_MESA3D_DRI_DRIVER
@@ -84,6 +85,8 @@ config BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
help
Legacy Radeon driver for R100 series GPUs.
+endif # !BR2_PREFER_STATIC_LIB
+
endmenu
menu "Additional API Support"
OpenPOWER on IntegriCloud