enlightenment_my/src/modules/wl_drm/meson.build

12 lines
140 B
Meson

src = files(
'e_mod_main.c'
)
no_icon = true
if get_option('wayland') != true
disable = true
endif
config_h.set('HAVE_WL_DRM', '1')