meson: make ‘xwindow’ plugin compile time optional

This commit is contained in:
Daniel Eklöf 2022-12-14 10:02:13 +01:00
parent a14d38b0cb
commit 1a81255579
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 14 additions and 8 deletions

View file

@ -42,3 +42,5 @@ option('plugin-sway-xkb', type: 'feature', value: 'auto',
description: 'keyboard support for Sway')
option('plugin-xkb', type: 'feature', value: 'auto',
description: 'keyboard support for X11')
option('plugin-xwindow', type: 'feature', value: 'auto',
description: 'XWindow support')