mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 17:08:03 +02:00
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:
parent
c0b34dca26
commit
a328b02c1d
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue