enlightenment/src/modules/wl_drm/meson.build

12 lines
187 B
Meson
Raw Normal View History

2017-09-15 10:33:54 -07:00
if get_option('wayland') != true or dep_ecore_drm2.found() != true
disable = true
else
src = files(
'e_mod_main.c'
)
no_icon = true
config_h.set('HAVE_WL_DRM', '1')
2017-07-21 13:20:03 -07:00
endif