diff options
| author | emmett1 <me@emmett1.my> | 2026-06-21 07:20:33 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-06-21 07:20:33 +0800 |
| commit | 93e629250d2f2073dcea128000323264d2c7571f (patch) | |
| tree | 050258a7a205c4eaf1cd7585ebfd0af6081b1219 /repos/extra/at-spi2-core/abuild | |
| parent | a064f3970799c33ab248649e5218c3137d43447b (diff) | |
| download | alicelinux-93e629250d2f2073dcea128000323264d2c7571f.tar.gz alicelinux-93e629250d2f2073dcea128000323264d2c7571f.zip | |
muon build fixes
Diffstat (limited to 'repos/extra/at-spi2-core/abuild')
| -rw-r--r-- | repos/extra/at-spi2-core/abuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/extra/at-spi2-core/abuild b/repos/extra/at-spi2-core/abuild index c0d29601..4d558857 100644 --- a/repos/extra/at-spi2-core/abuild +++ b/repos/extra/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() { |