configure.ac: Make libdrm optional in weston-launch
If libdrm is available, weston-launch and launcer-util.c will support getting the drm device and setting and dropping drm master, otherwise we'll only support getting input devices.
This commit is contained in:
@@ -112,6 +112,7 @@ subsurface_weston_SOURCES = subsurface-test.c
|
||||
subsurface_weston_LDADD = libtest-client.la
|
||||
|
||||
xwayland_weston_SOURCES = xwayland-test.c
|
||||
xwayland_weston_CFLAGS = $(GCC_CFLAGS) $(XWAYLAND_TEST_CFLAGS)
|
||||
xwayland_weston_LDADD = libtest-client.la $(XWAYLAND_TEST_LIBS)
|
||||
|
||||
if ENABLE_XWAYLAND_TEST
|
||||
|
||||
Reference in New Issue
Block a user