Alexandros Frantzis : tools: Support building Wayland protocol source files.
Module: wine Branch: master Commit: 85700167833d5a9965c91ba242e34584f8cd0c63 URL: https://gitlab.winehq.org/wine/wine/-/commit/85700167833d5a9965c91ba242e3458... Author: Alexandros Frantzis <alexandros.frantzis(a)collabora.com> Date: Thu Sep 2 14:04:43 2021 +0300 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(a)collabora.com> --- configure | 63 ++++++- configure.ac | 10 +- dlls/winewayland.drv/Makefile.in | 8 +- dlls/winewayland.drv/xdg-output-unstable-v1.xml | 220 ++++++++++++++++++++++++ tools/make_makefiles | 5 + tools/makedep.c | 34 ++++ 6 files changed, 325 insertions(+), 15 deletions(-)
participants (1)
-
Alexandre Julliard