OSDN Git Service

Build vbltest irrespective of the presence of libudev.
authorJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 20 Jul 2015 05:36:53 +0000 (14:36 +0900)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 20 Jul 2015 21:13:55 +0000 (22:13 +0100)
The vbltest doesn't have any dependency of LIBUDEV.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
tests/Makefile.am

index 069285f..c5edec8 100644 (file)
@@ -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 \