aboutsummaryrefslogtreecommitdiff
path: root/gdk-pixbuf/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-20 23:21:23 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-20 23:21:23 +0000
commit935ae52c4e1d9ca3630882f144117ffc2300804a (patch)
treed214397eb06fdef87f3976bc267763b4a6052ddf /gdk-pixbuf/abuild
parentda9b5ae270f2594c813072695b807f5ee7b5acd3 (diff)
downloadalicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.tar.gz
alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.zip
Woodpecker CI 93e629250d2f2073dcea128000323264d2c7571f [SKIP CI]
Diffstat (limited to 'gdk-pixbuf/abuild')
-rw-r--r--gdk-pixbuf/abuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdk-pixbuf/abuild b/gdk-pixbuf/abuild
index 9a1e946f..e97c6277 100644
--- a/gdk-pixbuf/abuild
+++ b/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
+}