summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorThomas Coldrick <othko97@gmail.com>2019-08-14 11:24:19 +0100
committerTim-Philipp Müller <tim@centricular.com>2019-08-20 23:01:07 +0100
commita1d11f5dfbce2feb7e98579bd35cca538074e6c7 (patch)
tree2aaa18746483139397a659eaecd3fd0d8b5ecbc3 /ext
parente4af68aa58b4a67454efe18c0e36a126dfe982da (diff)
downloadgstreamer-plugins-bad-a1d11f5dfbce2feb7e98579bd35cca538074e6c7.tar.gz
ext/wayland: Define libdrm_dep in meson.build
Diffstat (limited to 'ext')
-rw-r--r--ext/wayland/meson.build2
1 files changed, 2 insertions, 0 deletions
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')