enlightenment_my/src/modules/wl_x11/meson.build

10 lines
106 B
Meson

src = files(
'e_mod_main.c'
)
no_icon = true
if get_option('wayland') != true
disable = true
endif