enlightenment_my/src/modules/wl_buffer/meson.build

10 lines
106 B
Meson
Raw Normal View History

src = files(
'e_mod_main.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
2017-07-21 13:20:03 -07:00
endif