package/libdrm: disable tests
Disable tests to avoid the following build failure with amdgpu and gcc 5 if cunit is built before libdrm: In file included from ../tests/amdgpu/shader_test_util.c:10:0: ../tests/amdgpu/shader_code.h:113:2: error: initializer element is not constant ps_##_ps##_shader_patchinfo_code_size_gfx##_n, \ ^ tests can be disabled since46d1e99a5d
Fixes: - http://autobuild.buildroot.org/results/612aad1fa642993da36bbec6c16c9020ac283e34 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be> (cherry picked from commitf95069814b
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
192d6bc5b2
commit
db54b8a716
@ -17,7 +17,8 @@ LIBDRM_DEPENDENCIES = \
|
||||
|
||||
LIBDRM_CONF_OPTS = \
|
||||
-Dcairo-tests=disabled \
|
||||
-Dman-pages=disabled
|
||||
-Dman-pages=disabled \
|
||||
-Dtests=false
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
|
||||
LIBDRM_DEPENDENCIES += libatomic_ops
|
||||
|
Loading…
Reference in New Issue
Block a user