diff mbox

[libdrm] remove if HAVE_LIBUDEV for vbltest

Message ID 1437370613-22526-1-git-send-email-jy0922.shim@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Joonyoung Shim July 20, 2015, 5:36 a.m. UTC
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(-)

Comments

Emil Velikov July 20, 2015, 4:21 p.m. UTC | #1
On 20 July 2015 at 06:36, Joonyoung Shim <jy0922.shim@samsung.com> wrote:
> The vbltest doesn't have any dependency of LIBUDEV.
>
> Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Nicely spotted. I'll push this in a couple of hours.

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>

-Emil
diff mbox

Patch

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 \