This series modularizes the GTK display. The first patch is from Fam's
series, which is necessary so that the module's libraries don't get
linked to the main binary. The second patch is responsible for
modularizing GTK.

This series is based off of my other series 'Dynamic module loading for
block drivers'.

Colin Lord (1):
  gtk: Modularize GTK display

Fam Zheng (1):
  rules.mak: Don't extract libs from .mo-libs in link command

 Makefile.objs        |  1 +
 configure            |  5 ++--
 include/ui/console.h |  6 +++++
 rules.mak            |  2 +-
 ui/Makefile.objs     | 14 ++++++++----
 ui/gtk-init.c        | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ui/gtk.c             | 11 +++++++--
 vl.c                 | 14 ++++++++++--
 8 files changed, 105 insertions(+), 12 deletions(-)
 create mode 100644 ui/gtk-init.c

-- 
2.5.5


Reply via email to