summaryrefslogtreecommitdiff
path: root/package/libdrm
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-07-04 11:24:18 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 22:42:16 +0200
commit3f8ce328673812d7ad9c57b8c21564283703d2ce (patch)
tree0093ef44d89976eb26c9023ca9fe9775f3228f9c /package/libdrm
parent2f89476ad98b82ea9f914337b0050c4808082c82 (diff)
package/libdrm: move tests programs to the bottom
Tests programs are not that important; at least, they're probably less important than the drivers selection. Move it down to after the drivers selection. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libdrm')
-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 7c2a82859..7bc73fd35 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"