The vbltest doesn't have any dependency of LIBUDEV.
Signed-off-by: Joonyoung Shim jy0922.shim@samsung.com --- 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 \