From de9c61b8ee04f1a6354a8526abd2178a7c7ecee6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 7 Mar 2005 20:06:10 +0000 Subject: [PATCH] Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into lieve.(none):/data/build/oe/clean-tree/openembedded 2005/03/07 21:05:51+01:00 (none)!koen matchbox-panel_0.9.1.bb: fix CFLAGS BKrev: 422cb432NH4n8u_xZx_QbT36WsG7fQ --- packages/matchbox-panel/matchbox-panel_0.9.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/matchbox-panel/matchbox-panel_0.9.1.bb b/packages/matchbox-panel/matchbox-panel_0.9.1.bb index bf892db29c..dd7df982fc 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.1.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox Window Manager Panel" LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" SECTION = "x11/wm" -PR = "r1" +PR = "r2" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://allow-100-per-cent-battery.patch;patch=1 \ @@ -10,6 +10,8 @@ SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar inherit autotools pkgconfig gettext +CFLAGS += "-D_GNU_SOURCE" + EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" FILES_${PN} = "${bindir} \ -- 2.39.5