diff options
-rw-r--r-- | conf/distro/openzaurus-3.5.3.conf | 1 | ||||
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_svn.bb | 1 | ||||
-rw-r--r-- | packages/matchbox-themes-gtk/files/gtkrc | 0 | ||||
-rw-r--r-- | packages/matchbox-themes-gtk/matchbox-themes-gtk.bb | 0 | ||||
-rw-r--r-- | packages/meta/meta-gpe.bb | 1 |
5 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-3.5.3.conf b/conf/distro/openzaurus-3.5.3.conf index 45ad0b9c67..4fa56f2ba6 100644 --- a/conf/distro/openzaurus-3.5.3.conf +++ b/conf/distro/openzaurus-3.5.3.conf @@ -50,6 +50,7 @@ include conf/distro/preferred-opie-versions.inc PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" +GPE_EXTRA_INSTALL += " gsoko" include conf/distro/preferred-gpe-versions.inc diff --git a/packages/matchbox-panel/matchbox-panel_svn.bb b/packages/matchbox-panel/matchbox-panel_svn.bb index 71fa6560e5..9d18c90aae 100644 --- a/packages/matchbox-panel/matchbox-panel_svn.bb +++ b/packages/matchbox-panel/matchbox-panel_svn.bb @@ -12,6 +12,7 @@ S = ${WORKDIR}/${PN} inherit autotools pkgconfig gettext EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" +CFLAGS += " -D_GNU_SOURCE" FILES_${PN} = "${bindir} \ ${datadir}/applications \ diff --git a/packages/matchbox-themes-gtk/files/gtkrc b/packages/matchbox-themes-gtk/files/gtkrc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/matchbox-themes-gtk/files/gtkrc diff --git a/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb b/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/matchbox-themes-gtk/matchbox-themes-gtk.bb diff --git a/packages/meta/meta-gpe.bb b/packages/meta/meta-gpe.bb index 3c1bce49d2..e3abaedb3b 100644 --- a/packages/meta/meta-gpe.bb +++ b/packages/meta/meta-gpe.bb @@ -18,6 +18,7 @@ gpe-task-base = "\ xcursor-transparent-theme \ rxvt-unicode \ gtk2-theme-angelistic \ + matchbox-themes-gtk \ xst \ xhost \ xrdb \ |