ext/wayland: Define libdrm_dep in meson.build

This commit is contained in:
Thomas Coldrick 2019-08-14 11:24:19 +01:00 committed by Tim-Philipp Müller
parent 83883718ee
commit 8e8d4acf69

View file

@ -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')