From: Thomas Coldrick Date: Wed, 14 Aug 2019 10:24:19 +0000 (+0100) Subject: ext/wayland: Define libdrm_dep in meson.build X-Git-Tag: 1.16.2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1d11f5dfbce2feb7e98579bd35cca538074e6c7;p=platform%2Fupstream%2Fgst-plugins-bad.git ext/wayland: Define libdrm_dep in meson.build --- diff --git a/ext/wayland/meson.build b/ext/wayland/meson.build index fa6fbf42f..3c377eefb 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')