mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
make xwayland optional
This commit is contained in:
parent
b1e72461cf
commit
e8b9c5208e
16 changed files with 75 additions and 2 deletions
|
|
@ -47,6 +47,10 @@ git = find_program('git', required: false)
|
|||
|
||||
conf_data = configuration_data()
|
||||
|
||||
if get_option('enable-xwayland')
|
||||
conf_data.set('HAVE_XWAYLAND', true)
|
||||
endif
|
||||
|
||||
if gdk_pixbuf.found()
|
||||
conf_data.set('HAVE_GDK_PIXBUF', true)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue