enlightenment/src/modules/wl_drm/meson.build

14 lines
236 B
Meson
Raw Normal View History

if get_option('wl') != true or dep_ecore_drm2.found() != true
disable = true
else
deps = [dependency('elput'), dependency('libdrm')]
2017-09-18 02:20:56 -07:00
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