diff options
author | Koen Kooi <koen@openembedded.org> | 2005-03-07 20:06:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-03-07 20:06:10 +0000 |
commit | de9c61b8ee04f1a6354a8526abd2178a7c7ecee6 (patch) | |
tree | d5dd156252f289500d23864e83d1a787e2b833c3 /packages/matchbox-panel/matchbox-panel_0.9.1.bb | |
parent | 22094ca093e498a4f9da838c3aa22c916049412d (diff) |
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
Diffstat (limited to 'packages/matchbox-panel/matchbox-panel_0.9.1.bb')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
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} \ |