From 8e8d4acf690ad92c5753fbc34e42686d33ab896b Mon Sep 17 00:00:00 2001 From: Thomas Coldrick Date: Wed, 14 Aug 2019 11:24:19 +0100 Subject: [PATCH] ext/wayland: Define libdrm_dep in meson.build --- ext/wayland/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/wayland/meson.build b/ext/wayland/meson.build index 2699054..75800b2 100644 --- a/ext/wayland/meson.build +++ b/ext/wayland/meson.build @@ -8,6 +8,8 @@ wl_sources = [ 'wllinuxdmabuf.c' ] +libdrm_dep = dependency('libdrm', version: '>= 2.4.55', required:get_option('wayland')) + if use_wayland protocols_datadir = wl_protocol_dep.get_pkgconfig_variable('pkgdatadir') -- 2.7.4