mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
tests: add display testing program
Just a simple program to light up all detected outputs at their native mode and respond to hotplug events.
This commit is contained in:
@@ -24,5 +24,15 @@ AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \
|
||||
-I$(srcdir)/../lib
|
||||
LDADD = ../lib/libintel_tools.la $(PCIACCESS_LIBS) $(DRM_LIBS)
|
||||
|
||||
if HAVE_CAIRO
|
||||
if HAVE_LIBUDEV
|
||||
if HAVE_GLIB
|
||||
TESTS += testdisplay
|
||||
LDADD += $(CAIRO_LIBS) $(LIBUDEV_LIBS) $(GLIB_LIBS)
|
||||
AM_CFLAGS += $(CAIRO_CFLAGS) $(LIBUDEV_CFLAGS) $(GLIB_CFLAGS)
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
gem_fence_thrash_CFLAGS = $(AM_CFLAGS) -pthread
|
||||
gem_fence_thrash_LDADD = $(LDADD) -lpthread
|
||||
|
||||
Reference in New Issue
Block a user