From bcf0110277cc01250f34eb8babecda33f8230ca1 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Thu, 10 Aug 2017 15:46:25 +0200 Subject: [PATCH] meson: we need to link dl --- src/bin/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/meson.build b/src/bin/meson.build index de45260e3..ada469e36 100644 --- a/src/bin/meson.build +++ b/src/bin/meson.build @@ -533,7 +533,7 @@ executable('enlightenment_static_grabber', deps_e_alert = [] if config_h.has('HAVE_WAYLAND') == true - deps_e_alert += [dep_ecore_drm2, dep_ecore_input] + deps_e_alert += [dep_ecore_drm2, dep_ecore_input, dep_dl] endif if config_h.has('HAVE_WAYLAND_ONLY') == false deps_e_alert += [