summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/libdrm/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/libdrm/Config.in b/package/libdrm/Config.in
index 7c2a82859f..7bc73fd35e 100644
--- a/package/libdrm/Config.in
+++ b/package/libdrm/Config.in
@@ -18,11 +18,6 @@ config BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
bool
select BR2_PACKAGE_LIBATOMIC_OPS if !BR2_TOOLCHAIN_HAS_SYNC_4
-config BR2_PACKAGE_LIBDRM_INSTALL_TESTS
- bool "Install test programs"
- help
- This option allows to install the libdrm test programs.
-
menu "DRM Drivers"
config BR2_PACKAGE_LIBDRM_INTEL
@@ -99,6 +94,11 @@ config BR2_PACKAGE_LIBDRM_VC4
endmenu
+config BR2_PACKAGE_LIBDRM_INSTALL_TESTS
+ bool "Install test programs"
+ help
+ This option allows to install the libdrm test programs.
+
endif
comment "libdrm needs a toolchain w/ threads"
OpenPOWER on IntegriCloud