mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
matchbox-desktop: bump srcrev, and enable DBus
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4960 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -45,7 +45,7 @@ SRCREV_pn-matchbox-applet-light ?= "1548"
|
|||||||
SRCREV_pn-matchbox-common ?= "1561"
|
SRCREV_pn-matchbox-common ?= "1561"
|
||||||
SRCREV_pn-matchbox-config-gtk ?= "1614"
|
SRCREV_pn-matchbox-config-gtk ?= "1614"
|
||||||
SRCREV_pn-matchbox-desktop-sato ?= "76"
|
SRCREV_pn-matchbox-desktop-sato ?= "76"
|
||||||
SRCREV_pn-matchbox-desktop ?= "2063"
|
SRCREV_pn-matchbox-desktop ?= "2066"
|
||||||
SRCREV_pn-matchbox-keyboard ?= "1910"
|
SRCREV_pn-matchbox-keyboard ?= "1910"
|
||||||
SRCREV_pn-matchbox-panel-2 ?= "2061"
|
SRCREV_pn-matchbox-panel-2 ?= "2061"
|
||||||
SRCREV_pn-matchbox-panel ?= "1364"
|
SRCREV_pn-matchbox-panel ?= "1364"
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
DESCRIPTION = "Matchbox Window Manager Desktop"
|
DESCRIPTION = "Matchbox Window Manager Desktop"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "gtk+ startup-notification"
|
DEPENDS = "gtk+ startup-notification dbus"
|
||||||
SECTION = "x11/wm"
|
SECTION = "x11/wm"
|
||||||
PV = "2.0+svnr${SRCREV}"
|
PV = "2.0+svnr${SRCREV}"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http"
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-startup-notification"
|
EXTRA_OECONF = "--enable-startup-notification --with-dbus"
|
||||||
|
|
||||||
S = "${WORKDIR}/${PN}-2"
|
S = "${WORKDIR}/${PN}-2"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user