diff options
| -rw-r--r-- | meta/conf/distro/poky.conf | 1 | ||||
| -rw-r--r-- | meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index cb74e03a4c..ee9b1f0163 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
| @@ -63,6 +63,7 @@ PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib" | |||
| 63 | PREFERRED_PROVIDER_gconf ?= "gconf-dbus" | 63 | PREFERRED_PROVIDER_gconf ?= "gconf-dbus" |
| 64 | PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs" | 64 | PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs" |
| 65 | PREFERRED_PROVIDER_tslib ?= "tslib" | 65 | PREFERRED_PROVIDER_tslib ?= "tslib" |
| 66 | PREFERRED_PROVIDER_matchbox-desktop ?= "matchbox-desktop" | ||
| 66 | PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel" | 67 | PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel" |
| 67 | 68 | ||
| 68 | 69 | ||
diff --git a/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb b/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb new file mode 100644 index 0000000000..d172f98aa1 --- /dev/null +++ b/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "Matchbox Window Manager Desktop" | ||
| 2 | LICENSE = "GPL" | ||
| 3 | DEPENDS = "gtk+ startup-notification" | ||
| 4 | SECTION = "x11/wm" | ||
| 5 | PV = "0.0+svn${SRCDATE}" | ||
| 6 | DEFAULT_PREFERENCE = "-1" | ||
| 7 | |||
| 8 | RPROVIDES = matchbox-desktop | ||
| 9 | RREPLACES = matchbox-desktop | ||
| 10 | RCONFLICTS = matchbox-desktop | ||
| 11 | |||
| 12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--enable-startup-notification" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${PN}" | ||
| 17 | |||
| 18 | inherit autotools pkgconfig | ||
