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>
This commit is contained in:
Emil Velikov 2015-03-10 18:12:28 +00:00
parent d729d75f84
commit 763ff19a2f

View file

@ -1,7 +1,7 @@
SUBDIRS = modeprint proptest
SUBDIRS = modeprint proptest modetest
if HAVE_LIBKMS
SUBDIRS += kmstest modetest
SUBDIRS += kmstest
endif
if HAVE_RADEON