package/libdrm: fix install of test programs
Buildroot commit f95069814b
disabled the
build of test programs unconditionally without considering the option
BR2_PACKAGE_LIBDRM_INSTALL_TESTS.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f1f926adc7
commit
91848e73ae
@ -17,8 +17,7 @@ LIBDRM_DEPENDENCIES = \
|
||||
|
||||
LIBDRM_CONF_OPTS = \
|
||||
-Dcairo-tests=disabled \
|
||||
-Dman-pages=disabled \
|
||||
-Dtests=false
|
||||
-Dman-pages=disabled
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
|
||||
LIBDRM_DEPENDENCIES += libatomic_ops
|
||||
@ -109,10 +108,12 @@ LIBDRM_CONF_OPTS += -Dvalgrind=disabled
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBDRM_INSTALL_TESTS),y)
|
||||
LIBDRM_CONF_OPTS += -Dinstall-test-programs=true
|
||||
LIBDRM_CONF_OPTS += -Dtests=true -Dinstall-test-programs=true
|
||||
ifeq ($(BR2_PACKAGE_CUNIT),y)
|
||||
LIBDRM_DEPENDENCIES += cunit
|
||||
endif
|
||||
else
|
||||
LIBDRM_CONF_OPTS += -Dtests=false
|
||||
endif
|
||||
|
||||
$(eval $(meson-package))
|
||||
|
Loading…
Reference in New Issue
Block a user