mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
wayland: enable use of wayland-protocols as a subproject
This allows developers to link subprojects/wayland-protocols/ to a repository checkout. Useful when adding support for new protocols. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18268>
This commit is contained in:
parent
d65b0b0424
commit
f7da5e3e38
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ libwayland_drm = static_library(
|
|||
#
|
||||
# Moving these to a src/wsi/ was suggested but shot down, so put these
|
||||
# here for now as the maybe-least-bad solution.
|
||||
wp_dir = dep_wl_protocols.get_variable(pkgconfig : 'pkgdatadir')
|
||||
wp_dir = dep_wl_protocols.get_variable(pkgconfig : 'pkgdatadir', internal : 'pkgdatadir')
|
||||
wp_protos = {
|
||||
'linux-dmabuf-unstable-v1': 'unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml',
|
||||
'presentation-time': 'stable/presentation-time/presentation-time.xml',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue