meson: wl_drm now requires libdrm

this fixes building
This commit is contained in:
Marcel Hollerbach 2017-12-03 13:16:01 +00:00
parent c1177a1c15
commit 9581a48280
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 if get_option('wayland') != true or dep_ecore_drm2.found() != true
disable = true disable = true
else else
deps = [dependency('elput')] deps = [dependency('elput'), dependency('libdrm')]
src = files( src = files(
'e_mod_main.c' 'e_mod_main.c'