From d2c9d8af50351bd2e1385cfa056eda44f06d19c5 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Sun, 24 Nov 2013 14:37:07 -0800 Subject: 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. --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 17fc2b47..42788cbf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 -- cgit v1.2.3