summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2016-08-26 18:31:59 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2016-08-26 18:33:29 +0100
commit19426226c0ff18a36cdfff5a5017e261b5b03bad (patch)
treeedf25ce19b65d221d59d1de776a0195b3643bb16
parentea34b9d7b9ade78b04d4056feb0a13fce6f7c953 (diff)
downloadcogl-19426226c0ff18a36cdfff5a5017e261b5b03bad.tar.gz
Disable profiling when distchecking
Like Cogl, UProf is basically unmaintained, and it's an undue burden on the people doing releases to clone and install a long since dead project in order to generate a dist tarball of Cogl. It's also of questionable use to require a development-oriented library just to cut a release.
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c0188844..d31a51ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,6 @@ DISTCLEANFILES=
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--enable-maintainer-flags \
- --enable-profile \
--enable-gles2 \
--enable-gl \
--enable-xlib-egl-platform \