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/gtk-layer-shell/abuild | |
| parent | a064f3970799c33ab248649e5218c3137d43447b (diff) | |
| download | alicelinux-93e629250d2f2073dcea128000323264d2c7571f.tar.gz alicelinux-93e629250d2f2073dcea128000323264d2c7571f.zip | |
muon build fixes
Diffstat (limited to 'repos/extra/gtk-layer-shell/abuild')
| -rw-r--r-- | repos/extra/gtk-layer-shell/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/gtk-layer-shell/abuild b/repos/extra/gtk-layer-shell/abuild index 3ac086d9..1bac42a3 100644 --- a/repos/extra/gtk-layer-shell/abuild +++ b/repos/extra/gtk-layer-shell/abuild @@ -2,4 +2,4 @@ name=gtk-layer-shell version=0.10.1 release=1 source="https://github.com/wmww/${name}/archive/v${version}/${name}-v${version}.tar.gz" -build_opt="-Dvapi=false" +build_opt="-Dvapi=false -Dintrospection=false" |