diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-04 12:56:21 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-04 12:56:21 +0000 |
commit | 7e981888d7437dfd016c8d671743b549b3bddf71 (patch) | |
tree | 9369093451edcaffee03700a877920282c6d4aa5 /matchbox-panel | |
parent | 0f6c107db316a6163ed56c1b46b242543f464baa (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/07/04 13:56:05+01:00 (none)!pb
add --enable-small-icons
BKrev: 40e7fe75p0ugIfryMYuxmhju_XEu9Q
Diffstat (limited to 'matchbox-panel')
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.1.oe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index 9f5fb8f4be..1a82143505 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r3" DESCRIPTION = "Matchbox panel" LICENSE = "GPL" DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification" @@ -10,8 +10,7 @@ S = "${WORKDIR}/matchbox-panel-${PV}" inherit autotools pkgconfig -EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-nls" -# --enable-small-icons +EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-nls --enable-small-icons" FILES_${PN} = "${bindir} \ ${datadir}/applications \ |