mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01: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"
|
||||
DESCRIPTION = "Matchbox window manager core library"
|
||||
LICENSE = "GPL"
|
||||
DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client"
|
||||
PR="r2"
|
||||
DEPENDS = "libx11 libxext expat libxft jpeg libpng zlib libxsettings-client startup-notification"
|
||||
PR="r3"
|
||||
|
||||
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}"
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@ include libmatchbox.inc
|
||||
|
||||
PV = "1.7+svn${SRCDATE}"
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
PR="1"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http\
|
||||
file://check.m4 \
|
||||
|
||||
Reference in New Issue
Block a user