From 451aafbc22bdf3c7ff611b9ab3a507186ecb6c38 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 14 Mar 2025 09:37:01 +0100 Subject: core/libxml2: trying to build with shared library and muon (in a binary chroot) --- core/libxml2/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/libxml2/PKGBUILD') diff --git a/core/libxml2/PKGBUILD b/core/libxml2/PKGBUILD index c405a7f3..9538d277 100644 --- a/core/libxml2/PKGBUILD +++ b/core/libxml2/PKGBUILD @@ -2,15 +2,16 @@ makedepends+=(git) # use muon instead of meson, no python (and meson needs python) makedepends=(${makedepends[@]//meson/}) -makedepends+=(muon-meson) +#makedepends+=(muon-meson) eval "$( declare -f build | \ sed ' s/python=true/python=false/ + s/legacy=true/legacy=false/ /arch-meson/ i \ cd $srcdir/libxml2 - s/arch-meson.*/arch-muon ${meson_options[@]} ./ + s/arch-meson.*/arch-muon -D minimum=true -D default_library=both ${meson_options[@]} ./ s/meson compile -C build/muon samu -v -j1/ ' declare -f check | \ -- cgit v1.2.3-70-g09d2