aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov2015-03-10 13:12:28 -0500
committerEmil Velikov2015-03-16 17:18:04 -0500
commit763ff19a2ff751cf3821769681d2e25ec175abc2 (patch)
tree65c0486db6b3ac615f96857299503a2c6046960b /tests/Makefile.am
parentd729d75f8449c6968f988d8b93ec33a1ba5a2c38 (diff)
downloadexternal-libgbm-763ff19a2ff751cf3821769681d2e25ec175abc2.tar.gz
external-libgbm-763ff19a2ff751cf3821769681d2e25ec175abc2.tar.xz
external-libgbm-763ff19a2ff751cf3821769681d2e25ec175abc2.zip
modetest: include into the build when libkms is not selected.
With commit d7c0a08bc57(modetest: Allocate dumb buffers with the correct bpp) we moved away from the libkms dependency. As such we are safe with including the Makefile/subdir, even as we opt out of building the library. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 94fcc080..10f54e31 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
1SUBDIRS = modeprint proptest 1SUBDIRS = modeprint proptest modetest
2 2
3if HAVE_LIBKMS 3if HAVE_LIBKMS
4SUBDIRS += kmstest modetest 4SUBDIRS += kmstest
5endif 5endif
6 6
7if HAVE_RADEON 7if HAVE_RADEON