diff options
author | Florian Müllner <fmuellner@src.gnome.org> | 2010-05-11 00:46:36 +0200 |
---|---|---|
committer | Florian Müllner <fmuellner@src.gnome.org> | 2010-05-12 11:02:52 +0200 |
commit | c6c7b05d7bb54e114e00342eb3a43999009cdc35 (patch) | |
tree | ddf7043e476885a51254bad27bac12557688abc3 /src/Makefile.am | |
parent | 5526e91b6ef8a1896f3809216c55191826e58f0d (diff) | |
download | mutter-c6c7b05d7bb54e114e00342eb3a43999009cdc35.tar.gz |
Add compatibility with GTK+ 2.18
To replace all calls to deprecated code, GTK+ 2.20 is required - add
some basic compatibility code, so that it is still possible to build
mutter with GTK+ 2.18 when not using -DGSEAL_ENABLE.
https://bugzilla.gnome.org/show_bug.cgi?id=595496
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a3d892d7d..cc1c3a461 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,6 +39,7 @@ mutter_SOURCES= \ compositor/mutter-shaped-texture.h \ compositor/tidy/tidy-texture-frame.c \ compositor/tidy/tidy-texture-frame.h \ + gtk-compat.h \ include/compositor.h \ include/mutter-plugin.h \ include/mutter-window.h \ |