diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
| commit | 935ae52c4e1d9ca3630882f144117ffc2300804a (patch) | |
| tree | d214397eb06fdef87f3976bc267763b4a6052ddf /at-spi2-core/abuild | |
| parent | da9b5ae270f2594c813072695b807f5ee7b5acd3 (diff) | |
| download | alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.tar.gz alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.zip | |
Woodpecker CI 93e629250d2f2073dcea128000323264d2c7571f [SKIP CI]
Diffstat (limited to 'at-spi2-core/abuild')
| -rw-r--r-- | at-spi2-core/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/at-spi2-core/abuild b/at-spi2-core/abuild index c0d29601..4d558857 100644 --- a/at-spi2-core/abuild +++ b/at-spi2-core/abuild @@ -2,10 +2,11 @@ name=at-spi2-core version=2.60.4 release=1 source="http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz" -build_opt="-Dgtk2_atk_adaptor=false" +build_opt="-Dgtk2_atk_adaptor=false -Dintrospection=disabled" prebuild() { sed "/subdir('tests')/d" -i meson.build + sed "/subdir('po')/d" -i meson.build } postbuild() { |