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>
This commit is contained in:
Maarten Lankhorst 2014-07-25 11:22:24 +02:00
parent c0b34dca26
commit a328b02c1d

View file

@ -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 \