enlightenment/src/modules/xwayland/meson.build

14 lines
217 B
Meson
Raw Normal View History

src = files(
'e_mod_main.c',
'dnd.c'
)
2017-07-21 13:20:03 -07:00
no_icon = true
2017-07-21 13:20:03 -07:00
if get_option('wayland') != true
disable = true
else
xwayland = find_program('Xwayland')
cargs = '-DXWAYLAND_BIN="@0@"'.format(xwayland.path())
2017-07-21 13:20:03 -07:00
endif