summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-10 18:12:28 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-16 22:18:04 +0000
commit763ff19a2ff751cf3821769681d2e25ec175abc2 (patch)
tree65c0486db6b3ac615f96857299503a2c6046960b /tests
parentd729d75f8449c6968f988d8b93ec33a1ba5a2c38 (diff)
modetest: include into the build when libkms is not selected.
With commit d7c0a08bc57(modetest: Allocate dumb buffers with the correct bpp) we moved away from the libkms dependency. As such we are safe with including the Makefile/subdir, even as we opt out of building the library. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 94fcc080..10f54e31 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
-SUBDIRS = modeprint proptest
+SUBDIRS = modeprint proptest modetest
if HAVE_LIBKMS
-SUBDIRS += kmstest modetest
+SUBDIRS += kmstest
endif
if HAVE_RADEON