don't try to build modetest without libkms

Signed-off-by: Matt Turner <mattst88@gmail.com>
main
Matt Turner 2011-03-03 21:20:52 -05:00 committed by Kristian Høgsberg
parent a926a043b8
commit 3293eb95ca
1 changed files with 5 additions and 4 deletions

View File

@ -16,9 +16,6 @@ if HAVE_LIBKMS
SUBDIRS += kmstest
endif
if HAVE_INTEL
endif
if HAVE_LIBUDEV
check_LTLIBRARIES = libdrmtest.la
@ -50,9 +47,13 @@ TESTS = \
SUBDIRS += vbltest $(NULL)
if HAVE_INTEL
if HAVE_LIBKMS
SUBDIRS += \
modetest
endif
SUBDIRS += \
modeprint \
modetest \
$(NULL)
TESTS += \