From a328b02c1d0b2e19e3587221aa290f05e33baefe Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Fri, 25 Jul 2014 11:22:24 +0200 Subject: [PATCH] exynos: do not build fimg2d_test when building without libkms support. This prevents a build failure. Signed-off-by: Maarten Lankhorst --- tests/exynos/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/exynos/Makefile.am b/tests/exynos/Makefile.am index 518f00b..92de4e4 100644 --- a/tests/exynos/Makefile.am +++ b/tests/exynos/Makefile.am @@ -4,6 +4,7 @@ AM_CFLAGS = \ -I $(top_srcdir)/exynos \ -I $(top_srcdir) +if HAVE_LIBKMS if HAVE_INSTALL_TESTS bin_PROGRAMS = \ exynos_fimg2d_test @@ -11,6 +12,7 @@ else noinst_PROGRAMS = \ exynos_fimg2d_test endif +endif exynos_fimg2d_test_LDADD = \ $(top_builddir)/libdrm.la \ -- 2.7.4