summaryrefslogtreecommitdiffstats
path: root/mutter/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'mutter/Pkgfile')
-rw-r--r--mutter/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutter/Pkgfile b/mutter/Pkgfile
index 2b3f603..acb23f6 100644
--- a/mutter/Pkgfile
+++ b/mutter/Pkgfile
@@ -6,7 +6,7 @@
# Run on: startup-notification,gconf,zenity,libcanberra,clutter
name=mutter
-version=3.4.0
+version=3.4.1
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
@@ -19,7 +19,7 @@ build() {
--enable-introspection=yes \
--disable-scrollkeeper \
--disable-schemas-compile
- make CFLAGS+="-DCLUTTER_DISABLE_DEPRECATION_WARNINGS"
+# make CFLAGS+="-DCLUTTER_DISABLE_DEPRECATION_WARNINGS"
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}