Build vbltest irrespective of the presence of libudev.

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>
main
Joonyoung Shim 2015-07-20 14:36:53 +09:00 committed by Emil Velikov
parent c08655271a
commit 293f8fac0a
1 changed files with 1 additions and 5 deletions

View 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 \