summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2014-07-25 11:22:24 +0200
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2014-07-25 11:38:55 +0200
commita328b02c1d0b2e19e3587221aa290f05e33baefe (patch)
treec80937cd77f6c3fe09443157defb1b7d3e8842a0
parentc0b34dca2632a774249cfa3b969c3f7ce9df33e1 (diff)
exynos: do not build fimg2d_test when building without libkms support.
This prevents a build failure. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
-rw-r--r--tests/exynos/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exynos/Makefile.am b/tests/exynos/Makefile.am
index 518f00bb9..92de4e4b9 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 \