mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
libmatchbox: Enable startup-notification
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@460 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
SECTION = "x11/libs"
|
SECTION = "x11/libs"
|
||||||
DESCRIPTION = "Matchbox window manager core library"
|
DESCRIPTION = "Matchbox window manager core library"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client"
|
DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification"
|
||||||
PR="r2"
|
PR="r3"
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings"
|
EXTRA_OECONF = "--enable-jpeg --enable-expat --enable-xsettings --enable-startup-notification"
|
||||||
|
|
||||||
S = "${WORKDIR}/libmatchbox-${PV}"
|
S = "${WORKDIR}/libmatchbox-${PV}"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ include libmatchbox.inc
|
|||||||
|
|
||||||
PV = "1.7+svn${SRCDATE}"
|
PV = "1.7+svn${SRCDATE}"
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
PR="1"
|
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\
|
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\
|
||||||
file://check.m4 \
|
file://check.m4 \
|
||||||
|
|||||||
Reference in New Issue
Block a user