OSDN Git Service

don't try to build modetest without libkms
authorMatt Turner <mattst88@gmail.com>
Fri, 4 Mar 2011 02:20:52 +0000 (21:20 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 4 Mar 2011 02:27:24 +0000 (21:27 -0500)
Signed-off-by: Matt Turner <mattst88@gmail.com>
tests/Makefile.am

index ebf4853..01ca8b4 100644 (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 +=                                       \