diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-07-25 11:22:24 +0200 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-07-25 11:38:55 +0200 |
commit | a328b02c1d0b2e19e3587221aa290f05e33baefe (patch) | |
tree | c80937cd77f6c3fe09443157defb1b7d3e8842a0 /tests/exynos | |
parent | c0b34dca2632a774249cfa3b969c3f7ce9df33e1 (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>
Diffstat (limited to 'tests/exynos')
-rw-r--r-- | tests/exynos/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exynos/Makefile.am b/tests/exynos/Makefile.am index 518f00bb..92de4e4b 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 \ |