From 293f8fac0a5c1cfd825005c94329aa8a5cd5ce30 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Mon, 20 Jul 2015 14:36:53 +0900 Subject: [PATCH] Build vbltest irrespective of the presence of libudev. The vbltest doesn't have any dependency of LIBUDEV. Signed-off-by: Joonyoung Shim Reviewed-by: Emil Velikov --- tests/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 069285f..c5edec8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = modeprint proptest modetest +SUBDIRS = modeprint proptest modetest vbltest if HAVE_LIBKMS SUBDIRS += kmstest @@ -16,10 +16,6 @@ if HAVE_TEGRA SUBDIRS += tegra endif -if HAVE_LIBUDEV -SUBDIRS += vbltest -endif - AM_CFLAGS = \ $(WARN_CFLAGS)\ -I $(top_srcdir)/include/drm \ -- 2.7.4