cinnamon: broken for musl due to introspection

We need to fix the root cause for musl libc erroring out when
compiling introspection. See NetworkManager for a failed build log.
This commit is contained in:
Juergen Buchmueller 2016-08-29 03:18:02 +02:00
parent b4acf2deea
commit 3bf1f88ba6

View file

@ -35,6 +35,10 @@ pycompile_dirs="
/usr/share/cinnamon/cinnamon-json-makepot
/usr/share/cinnamon/cinnamon-desktop-editor"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="GObject introspection is broken with musl libc. See also NetworkManager."
esac
pre_configure() {
# Add polkit agent to required components
sed -i 's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/' files/usr/share/cinnamon-session/sessions/cinnamon*.session