summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-11-10 12:39:56 -0800
committerEric Anholt <eric@anholt.net>2017-11-21 09:52:52 -0800
commitd21e95ca81da6f9332999ceebe6b42e4425d3bb6 (patch)
treeec5ea9f9fb7aba73bbed7836be9d7668e3a45b6b /lib/Makefile.am
parent4eb53c7cc02a36a23c33f786cb20bf078719f40e (diff)
tests: Remove libdrm_vc4 dependency.
The autotools build retains the configure.ac option, while meson folds vc4 into the default build since we don't have any meson_options.txt to control parts of the build. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Petri Latvala <petri.latvala@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7b3d8778..9c511dc0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -10,7 +10,7 @@ libintel_tools_la_SOURCES = $(lib_source_list)
noinst_LTLIBRARIES = libintel_tools.la
noinst_HEADERS = check-ndebug.h
-if HAVE_LIBDRM_VC4
+if BUILD_VC4
libintel_tools_la_SOURCES += \
igt_vc4.c \
igt_vc4.h