summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-22 00:17:45 +0200
committerStefano Karapetsas <[email protected]>2013-10-22 11:15:04 +0200
commit02ef0cd9ef4b83e83b7496bb7dce311099888a21 (patch)
tree75aa14af4770904eb859f25460477caadf1636f9
parent187b768096a517b7bd89497ff906bd108a15ecdb (diff)
downloadmate-media-02ef0cd9ef4b83e83b7496bb7dce311099888a21.tar.bz2
mate-media-02ef0cd9ef4b83e83b7496bb7dce311099888a21.tar.xz
Enable deprecated in DISTCHECK_CONFIGURE_FLAGS
The problem is that without the Gstatic*Mutex the gstreamer mixer fails to build This is because Gstatic*Mutex is deprecated in glib but still in use by gstreamer 0.10. To have make distcheck work we enable it here.
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fabdac6..60a5543 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,8 @@ endif
DISTCHECK_CONFIGURE_FLAGS = \
--disable-scrollkeeper \
--enable-more-warnings \
- --enable-compile-warnings=maximum
+ --enable-compile-warnings=maximum \
+ --enable-deprecated
DIST_SUBDIRS = \
po \