diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:35:01 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-16 06:35:01 +0000 |
commit | 81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (patch) | |
tree | b6561031bc2909b0bc39a9ede50e737f4628dbe7 /matchbox-panel/matchbox-panel_0.8.3.oe | |
parent | bb258ec60a86e5e9c92f9a783970023401ec8731 (diff) |
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages
2004/11/16 00:34:37-06:00 handhelds.org!kergoth
Make some packages that were setting --(dis|en)able-nls use the gettext oeclass instead.
BKrev: 41999f95y5kOtyn8kkalbqOVb83Jng
Diffstat (limited to 'matchbox-panel/matchbox-panel_0.8.3.oe')
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.3.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/matchbox-panel/matchbox-panel_0.8.3.oe b/matchbox-panel/matchbox-panel_0.8.3.oe index a8e3a964f8..445b8d38de 100644 --- a/matchbox-panel/matchbox-panel_0.8.3.oe +++ b/matchbox-panel/matchbox-panel_0.8.3.oe @@ -7,9 +7,9 @@ SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox- file://make-batteryapp-less-strict.patch;patch=1" S = "${WORKDIR}/matchbox-panel-${PV}" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext -EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-nls --enable-small-icons" +EXTRA_OECONF = "--enable-startup-notification --enable-dnotify --enable-small-icons" FILES_${PN} = "${bindir} \ ${datadir}/applications \ |