summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-02-01 10:27:18 +0000
committerRoss Burton <ross@openedhand.com>2007-02-01 10:27:18 +0000
commitbfba5601473d21b25a6775021c225b181654a8f4 (patch)
tree4f12026868bd72ad417f3dd26993dc6a0a1f3a97
parent6bdda677c7712b336bb0a7e3e0ff54da5c644cd0 (diff)
downloadopenembedded-core-bfba5601473d21b25a6775021c225b181654a8f4.tar.gz
openembedded-core-bfba5601473d21b25a6775021c225b181654a8f4.tar.bz2
openembedded-core-bfba5601473d21b25a6775021c225b181654a8f4.tar.xz
openembedded-core-bfba5601473d21b25a6775021c225b181654a8f4.zip
Add matchbox-desktop-2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1244 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/poky.conf1
-rw-r--r--meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb18
2 files changed, 19 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index cb74e03a4..ee9b1f016 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -63,6 +63,7 @@ PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib"
PREFERRED_PROVIDER_gconf ?= "gconf-dbus"
PREFERRED_PROVIDER_gnome-vfs ?= "gnome-vfs"
PREFERRED_PROVIDER_tslib ?= "tslib"
+PREFERRED_PROVIDER_matchbox-desktop ?= "matchbox-desktop"
PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel"
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 000000000..d172f98aa
--- /dev/null
+++ b/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Matchbox Window Manager Desktop"
+LICENSE = "GPL"
+DEPENDS = "gtk+ startup-notification"
+SECTION = "x11/wm"
+PV = "0.0+svn${SRCDATE}"
+DEFAULT_PREFERENCE = "-1"
+
+RPROVIDES = matchbox-desktop
+RREPLACES = matchbox-desktop
+RCONFLICTS = matchbox-desktop
+
+SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
+
+EXTRA_OECONF = "--enable-startup-notification"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools pkgconfig