diff options
author | Michael Natterer <mitch@gimp.org> | 2008-05-28 15:08:57 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-28 15:08:57 +0000 |
commit | e9d9670e929e763a88cdec4d02173410bc7f4d1f (patch) | |
tree | 65d02f7ea44ceeee526001f30f1fb435e290e651 /ChangeLog | |
parent | eff99c282cb6967f4b1df2f2b53f2bbb034ce79a (diff) | |
download | gtk+-e9d9670e929e763a88cdec4d02173410bc7f4d1f.tar.gz |
last but not least, add G_DISABLE_SINGLE_INCLUDES,
2008-05-28 Michael Natterer <mitch@gimp.org>
* configure.in: last but not least, add G_DISABLE_SINGLE_INCLUDES,
GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES
to CPPFLAGS so it's impossible to commit code that would break
apps which use DISABLE_INCLUDE defines.
svn path=/trunk/; revision=20222
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-05-28 Michael Natterer <mitch@gimp.org> + + * configure.in: last but not least, add G_DISABLE_SINGLE_INCLUDES, + GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES + to CPPFLAGS so it's impossible to commit code that would break + apps which use DISABLE_INCLUDE defines. + 2008-05-28 Michael Natterer <mitch@imendio.com> * gtk/gtk.h: define __GTK_H_INSIDE__ around including all other |