enlightenment/src/modules/wl_drm/meson.build

14 lines
219 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
2017-09-18 02:20:56 -07:00
deps = [dependency('elput')]
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