mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user