diff --git a/src/egl/wayland/wayland-drm/meson.build b/src/egl/wayland/wayland-drm/meson.build index 6ab5b9260ff..e028eb034df 100644 --- a/src/egl/wayland/wayland-drm/meson.build +++ b/src/egl/wayland/wayland-drm/meson.build @@ -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',