diff mbox

don't try to build modetest without libkms

Message ID 1299205252-24952-1-git-send-email-mattst88@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Matt Turner March 4, 2011, 2:20 a.m. UTC
None
diff mbox

Patch

diff --git a/tests/Makefile.am b/tests/Makefile.am
index ebf4853..01ca8b4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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 +=					\