From 763ff19a2ff751cf3821769681d2e25ec175abc2 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 10 Mar 2015 18:12:28 +0000 Subject: 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 Acked-by: Laurent Pinchart --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') 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 -- cgit v1.2.3