]> Pileus Git - ~andy/gtk/commit
Disable deprecation checks for all libraries we depend on on stable branches.
authorBenjamin Otte <otte@redhat.com>
Tue, 6 Nov 2012 19:50:09 +0000 (20:50 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 6 Nov 2012 20:29:58 +0000 (21:29 +0100)
commit58021c9e98bf7f5b584d0e0a9b23a0e72c7378b7
treec771c3a95d8869ed212e5a7658117a1d3eb286a7
parente9dc0e391d00cf39f27c053f08c4ce16bd2f8764
Disable deprecation checks for all libraries we depend on on stable branches.

This is so newer versions of those libraries don't cause more warnings
with a stable GTK version.
We don't ever want to turn off deprecation warnings for master however,
because that's where we get rid of deprecated API we use.

Note that only glib allows use to easily do this, so nothing is done for
Pango, gdk-pixbuf or Cairo here.
configure.ac