mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
libdrm: Add menu option to install the test programs
The libdrm has a bunch of useful test programs. Add an option to pass the configure option to install them. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
20d4ba91c5
commit
e6e14a71b7
@ -10,6 +10,11 @@ config BR2_PACKAGE_LIBDRM
|
|||||||
|
|
||||||
if BR2_PACKAGE_LIBDRM
|
if BR2_PACKAGE_LIBDRM
|
||||||
|
|
||||||
|
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
|
||||||
|
@ -69,4 +69,8 @@ else
|
|||||||
LIBDRM_CONF_OPT += --disable-udev
|
LIBDRM_CONF_OPT += --disable-udev
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBDRM_INSTALL_TESTS),y)
|
||||||
|
LIBDRM_CONF_OPT += --enable-install-test-programs
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user