mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 00:46:17 +00:00
Disable gem tests when libdrm is not available
Quickly checked on ppc by Cyril Brulebois. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
1c9ede3acb
commit
afa940c398
@ -1,3 +1,4 @@
|
|||||||
|
if HAVE_DRM
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
gem_stress \
|
gem_stress \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
@ -56,3 +57,4 @@ endif
|
|||||||
|
|
||||||
gem_fence_thrash_CFLAGS = $(AM_CFLAGS) -pthread
|
gem_fence_thrash_CFLAGS = $(AM_CFLAGS) -pthread
|
||||||
gem_fence_thrash_LDADD = $(LDADD) -lpthread
|
gem_fence_thrash_LDADD = $(LDADD) -lpthread
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user