diff options
author | Kenny Levinsen <kl@kl.wtf> | 2021-04-11 16:29:24 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-14 23:25:07 +0200 |
commit | 95b657ba80f6128eefd246fdd1373664f45b1541 (patch) | |
tree | 9ba859a9a1353d0faa90c597689d38be76b26a14 /include/wlr | |
parent | 21e8a940b821e02553ae37b8215cc7801eab725c (diff) |
backend/session: Make libseat mandatory
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/config.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/config.h.in b/include/wlr/config.h.in index bcea55a1..ea7bde1a 100644 --- a/include/wlr/config.h.in +++ b/include/wlr/config.h.in @@ -1,8 +1,6 @@ #ifndef WLR_CONFIG_H #define WLR_CONFIG_H -#mesondefine WLR_HAS_LIBSEAT - #mesondefine WLR_HAS_X11_BACKEND #mesondefine WLR_HAS_XWAYLAND |