diff options
author | Simon Ser <contact@emersion.fr> | 2022-08-26 11:01:29 +0200 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-05-03 16:09:09 +0000 |
commit | 47cd010931a48fcdf259ffcd455ca065f180adc3 (patch) | |
tree | 475f69ec26ffef9d62c402585c2b682531b52c90 /meson.build | |
parent | 0b251d43622391cbffad4a4e748e41223b2344fe (diff) | |
download | mesa-47cd010931a48fcdf259ffcd455ca065f180adc3.tar.gz mesa-47cd010931a48fcdf259ffcd455ca065f180adc3.tar.bz2 mesa-47cd010931a48fcdf259ffcd455ca065f180adc3.zip |
wayland: generalize wayland-protocols code generation
Make it easy to add a new protocol to the list without duplicating
logic.
Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22682>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build index 37c323200a8..3351d4e4d37 100644 --- a/meson.build +++ b/meson.build @@ -1913,10 +1913,6 @@ if with_platform_wayland dep_wayland_egl = dependency('wayland-egl-backend', version : '>= 3') dep_wayland_egl_headers = dep_wayland_egl.partial_dependency(compile_args : true) endif - wayland_dmabuf_xml = join_paths( - dep_wl_protocols.get_variable(pkgconfig : 'pkgdatadir'), 'unstable', - 'linux-dmabuf', 'linux-dmabuf-unstable-v1.xml' - ) pre_args += '-DWL_HIDE_DEPRECATED' endif |