Message ID | 1437370613-22526-1-git-send-email-jy0922.shim@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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 \
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(-)