From 70fb21c35ba432bec86b61ef6e938d65629fde31 Mon Sep 17 00:00:00 2001 From: ayaka Date: Fri, 26 Mar 2021 23:28:37 +0800 Subject: backend: make DRM and libinput backends optional Co-authored-by: Simon Ser --- include/wlr/config.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/config.h.in b/include/wlr/config.h.in index 957609a6..f8e55149 100644 --- a/include/wlr/config.h.in +++ b/include/wlr/config.h.in @@ -1,6 +1,8 @@ #ifndef WLR_CONFIG_H #define WLR_CONFIG_H +#mesondefine WLR_HAS_DRM_BACKEND +#mesondefine WLR_HAS_LIBINPUT_BACKEND #mesondefine WLR_HAS_X11_BACKEND #mesondefine WLR_HAS_GLES2_RENDERER -- cgit v1.2.3