mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-08 06:00:13 +01:00
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>
This commit is contained in:
parent
d729d75f84
commit
763ff19a2f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
SUBDIRS = modeprint proptest
|
||||
SUBDIRS = modeprint proptest modetest
|
||||
|
||||
if HAVE_LIBKMS
|
||||
SUBDIRS += kmstest modetest
|
||||
SUBDIRS += kmstest
|
||||
endif
|
||||
|
||||
if HAVE_RADEON
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue