Skip to content
Snippets Groups Projects
Commit 763ff19a authored by Emil Velikov's avatar Emil Velikov
Browse files

modetest: include into the build when libkms is not selected.


With commit d7c0a08b(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: default avatarEmil Velikov <emil.l.velikov@gmail.com>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent d729d75f
No related branches found
No related tags found
No related merge requests found
SUBDIRS = modeprint proptest
SUBDIRS = modeprint proptest modetest
if HAVE_LIBKMS
SUBDIRS += kmstest modetest
SUBDIRS += kmstest
endif
if HAVE_RADEON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment