diff options
Diffstat (limited to 'matchbox-panel')
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.1.oe | 4 | ||||
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.3.oe | 4 | ||||
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.oe | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index 077e19a24c..5844cad1f1 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -10,9 +10,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 \ 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 \ diff --git a/matchbox-panel/matchbox-panel_0.8.oe b/matchbox-panel/matchbox-panel_0.8.oe index ae265a3160..fd31832b39 100644 --- a/matchbox-panel/matchbox-panel_0.8.oe +++ b/matchbox-panel/matchbox-panel_0.8.oe @@ -7,9 +7,8 @@ RDEPENDS = "libmatchbox matchbox-common" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/${PV}/matchbox-panel-${PV}.tar.bz2" S = "${WORKDIR}/matchbox-panel-${PV}" -inherit autotools pkgconfig +inherit autotools pkgconfig gettext EXTRA_OECONF = "--enable-small-icons" # --enable-dnotify # --enable-startup-notification -# --enable-nls |