meson: wl_drm now requires libdrm

this fixes building
This commit is contained in:
Marcel Hollerbach 2017-12-03 13:16:01 +00:00 committed by Mike Blumenkrantz
parent f39b482ef1
commit dea31f7d66
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
if get_option('wayland') != true or dep_ecore_drm2.found() != true
disable = true
else
deps = [dependency('elput')]
deps = [dependency('elput'), dependency('libdrm')]
src = files(
'e_mod_main.c'