mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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>
This commit is contained in:
parent
2f89476ad9
commit
3f8ce32867
@ -18,11 +18,6 @@ config BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
|
|||||||
bool
|
bool
|
||||||
select BR2_PACKAGE_LIBATOMIC_OPS if !BR2_TOOLCHAIN_HAS_SYNC_4
|
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"
|
menu "DRM Drivers"
|
||||||
|
|
||||||
config BR2_PACKAGE_LIBDRM_INTEL
|
config BR2_PACKAGE_LIBDRM_INTEL
|
||||||
@ -99,6 +94,11 @@ config BR2_PACKAGE_LIBDRM_VC4
|
|||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
config BR2_PACKAGE_LIBDRM_INSTALL_TESTS
|
||||||
|
bool "Install test programs"
|
||||||
|
help
|
||||||
|
This option allows to install the libdrm test programs.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
comment "libdrm needs a toolchain w/ threads"
|
comment "libdrm needs a toolchain w/ threads"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user