mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
ext/wayland: Define libdrm_dep in meson.build
This commit is contained in:
parent
83883718ee
commit
8e8d4acf69
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ wl_sources = [
|
||||||
'wllinuxdmabuf.c'
|
'wllinuxdmabuf.c'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
libdrm_dep = dependency('libdrm', version: '>= 2.4.55', required:get_option('wayland'))
|
||||||
|
|
||||||
if use_wayland
|
if use_wayland
|
||||||
protocols_datadir = wl_protocol_dep.get_pkgconfig_variable('pkgdatadir')
|
protocols_datadir = wl_protocol_dep.get_pkgconfig_variable('pkgdatadir')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue