aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/gdk-pixbuf/abuild
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-06-21 07:20:33 +0800
committeremmett1 <me@emmett1.my>2026-06-21 07:20:33 +0800
commit93e629250d2f2073dcea128000323264d2c7571f (patch)
tree050258a7a205c4eaf1cd7585ebfd0af6081b1219 /repos/extra/gdk-pixbuf/abuild
parenta064f3970799c33ab248649e5218c3137d43447b (diff)
downloadalicelinux-93e629250d2f2073dcea128000323264d2c7571f.tar.gz
alicelinux-93e629250d2f2073dcea128000323264d2c7571f.zip
muon build fixes
Diffstat (limited to 'repos/extra/gdk-pixbuf/abuild')
-rw-r--r--repos/extra/gdk-pixbuf/abuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/repos/extra/gdk-pixbuf/abuild b/repos/extra/gdk-pixbuf/abuild
index 9a1e946f..e97c6277 100644
--- a/repos/extra/gdk-pixbuf/abuild
+++ b/repos/extra/gdk-pixbuf/abuild
@@ -2,4 +2,8 @@ name=gdk-pixbuf
version=2.44.6
release=1
source="http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz"
-build_opt="-Dman=false -Dtests=false -Dglycin=disabled"
+build_opt="-Dman=false -Dtests=false -Dglycin=disabled -Dintrospection=disabled"
+
+prebuild() {
+ sed "/subdir('po')/d" -i meson.build
+}