mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 17:06:14 +00:00
Move create_stereo_fb from testdisplay to igt_create_stereo_fb in igt_fb so that it can be used in other tests. v2: update for new igt_create_fb API add parameters for format and tiling remove some old debug code Signed-off-by: Thomas Wood <thomas.wood@intel.com>
17 lines
335 B
Makefile
17 lines
335 B
Makefile
IGT_LIB_PATH := $(builddir)
|
|
GPU_TOOLS_PATH := $(top_srcdir)
|
|
|
|
include Makefile.sources
|
|
|
|
noinst_LTLIBRARIES = libintel_tools.la
|
|
noinst_HEADERS = check-ndebug.h
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)
|
|
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) \
|
|
-DIGT_DATADIR=\""$(abs_top_srcdir)/tests"\"
|
|
|
|
|
|
LDADD = $(CAIRO_LIBS)
|
|
AM_CFLAGS += $(CAIRO_CFLAGS)
|
|
|