mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mutter to 3.8.2-2
This commit is contained in:
parent
869da2630a
commit
b7cff359a0
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=mutter
|
||||
pkgver=3.8.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A window manager for GNOME"
|
||||
arch=(i686 x86_64)
|
||||
license=('GPL')
|
||||
|
@ -27,6 +27,10 @@ build() {
|
|||
--libexecdir=/usr/lib/mutter \
|
||||
--localstatedir=/var --disable-static \
|
||||
--disable-schemas-compile --enable-compile-warnings=no
|
||||
|
||||
#https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue