mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
Add matchbox-desktop-2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1244 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
18
meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb
Normal file
18
meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user