From: Joonyoung Shim Date: Mon, 20 Jul 2015 05:36:53 +0000 (+0900) Subject: Build vbltest irrespective of the presence of libudev. X-Git-Tag: android-x86-6.0-r1~373 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=293f8fac0a5c1cfd825005c94329aa8a5cd5ce30;p=android-x86%2Fexternal-libdrm.git 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 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 069285f5..c5edec86 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 \