tools: Support building Wayland protocol source files.
commit85700167833d5a9965c91ba242e34584f8cd0c63
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>
Thu, 2 Sep 2021 11:04:43 +0000 (2 14:04 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Apr 2023 07:59:37 +0000 (21 09:59 +0200)
tree86d752acf0379a8d77754564f87ce79b5cab414f
parentfcaed00a03ebe12bf68b25d7d11248b898e395a5
tools: Support building Wayland protocol source files.

Wayland protocol descriptions are distributed as source XML files that
need to be transformed to C source and header files with a version of
the wayland-scanner tool compatible with the used libwayland library.

This commit enhances the makedep build tool to support building such
Wayland protocol XML files.

Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
configure
configure.ac
dlls/winewayland.drv/Makefile.in
dlls/winewayland.drv/xdg-output-unstable-v1.xml [new file with mode: 0644]
tools/make_makefiles
tools/makedep.c