enlightenment/src/modules/wl_drm/meson.build

12 lines
140 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
config_h.set('HAVE_WL_DRM', '1')