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.
This commit is contained in:
Emmanuele Bassi 2016-08-26 18:31:59 +01:00
parent ea34b9d7b9
commit 19426226c0
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ DISTCLEANFILES=
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--enable-maintainer-flags \
--enable-profile \
--enable-gles2 \
--enable-gl \
--enable-xlib-egl-platform \