Subject: CVS commit: pkgsrc/devel/wayland
From: Taylor R Campbell
Date: 2023-06-27 12:42:07
Message id: 20230627104207.73B36FA89@cvs.NetBSD.org

Log Message:
devel/wayland: Make this cross-compile.

For cross-compilation, it depends on a native build of itself, for
the wayland-scanner tool.  This, in turn, requires a patch to the
meson files to allow it to be passed as a parameter (rather than
discovered through cmake or pkg-config, which are generally limited
to references into the cross-destdir).

(If someone can figure out how to spell `./configure
ac_cv_foo_path=...' in meson to obviate the need for that patch,
please do so!  I searched around in the manual and I couldn't find
any way to cause something like override_find_program to happen from
a command-line argument or environment variable.)

Files:
RevisionActionfile
1.19modifypkgsrc/devel/wayland/Makefile
1.12modifypkgsrc/devel/wayland/distinfo
1.1addpkgsrc/devel/wayland/patches/patch-meson__options.txt
1.1addpkgsrc/devel/wayland/patches/patch-src_meson.build