]> Pileus Git - ~andy/gtk/commit
Merge libgdk and libgtk
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Dec 2010 04:07:00 +0000 (23:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:06:55 +0000 (12:06 -0500)
commit07d49ee56a4ce86d9d6154e00ff6b10bd3bdc2a4
tree1b90702b472ced7ca391f34df2c110f8d0e6aaa7
parentae146a281750926eee6c5fafb88414999ffa6821
Merge libgdk and libgtk

This commit does a number of things:
- remove some dead wchar configury from configure.ac and gdkconfig.h
- repurpose gdkconfig.h as header that contains GDK_WINDOWING_foo
  macros for each included backend, include it in gdk.h and install
  it in $includedir instead of below $libdir
- drop the backend from the library names
- build libgdk-3.0.la as a convenience lib and include it in libgtk-3.0.la
It does not yet enable building multiple backends at the same time.
34 files changed:
configure.ac
demos/Makefile.am
demos/gtk-demo/Makefile.am
docs/reference/gdk/Makefile.am
docs/reference/gtk/Makefile.am
docs/tools/Makefile.am
examples/Makefile.am
gdk/Makefile.am
gdk/gdk.h
gdk/tests/Makefile.am
gtk/Makefile.am
gtk/gtkbuilder.h
gtk/gtkcolorsel.c
gtk/gtkdnd-quartz.c
gtk/gtkdnd.c
gtk/gtklayout.c
gtk/gtkliststore.h
gtk/gtkmain.c
gtk/gtkrc.c
gtk/gtksearchengine.c
gtk/gtktextchild.h
gtk/gtktreemodelfilter.h
gtk/gtktreemodelsort.h
gtk/gtktreestore.h
gtk/tests/Makefile.am
modules/input/Makefile.am
modules/other/gail/Makefile.am
modules/printbackends/cups/Makefile.am
modules/printbackends/file/Makefile.am
modules/printbackends/lpr/Makefile.am
modules/printbackends/papi/Makefile.am
modules/printbackends/test/Makefile.am
perf/Makefile.am
tests/Makefile.am