From 3293eb95cabc83f5d2282c2890919c07e6af5205 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 3 Mar 2011 21:20:52 -0500 Subject: don't try to build modetest without libkms Signed-off-by: Matt Turner --- tests/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index ebf4853a..01ca8b4b 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 += \ -- cgit v1.2.3