You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if get_option('wl') != true or dep_ecore_drm2.found() != true |
|
disable = true |
|
else |
|
deps = [dependency('elput'), dependency('libdrm')] |
|
|
|
src = files( |
|
'e_mod_main.c' |
|
) |
|
|
|
no_icon = true |
|
|
|
config_h.set('HAVE_WL_DRM', '1') |
|
endif
|
|
|