diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 00:52:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 00:52:47 +0000 |
commit | cb2f160c0ebcbf8421988e7ee9818e007e085305 (patch) | |
tree | 7b25aca42bcde8335efe58709261da5ca5504f70 /matchbox-panel | |
parent | e18dbb2be3143c54092ca6025161cbc750990b0a (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/05/09 20:52:43-04:00 local!kergoth
Libtool updates, no longer directly inherit libtool.
2004/05/09 20:52:08-04:00 local!kergoth
Update libtool bits. libtoolize no longer requires a runtime STAGING_DIR var set.
BKrev: 409ed25fQy7BIGJH5qwdtr0BClqFVw
Diffstat (limited to 'matchbox-panel')
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.1.oe | 2 | ||||
-rw-r--r-- | matchbox-panel/matchbox-panel_0.8.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/matchbox-panel/matchbox-panel_0.8.1.oe b/matchbox-panel/matchbox-panel_0.8.1.oe index a9d4c0d6f0..d083d09309 100644 --- a/matchbox-panel/matchbox-panel_0.8.1.oe +++ b/matchbox-panel/matchbox-panel_0.8.1.oe @@ -5,7 +5,7 @@ DEPENDS = "virtual/libc libmatchbox x11 xext xpm" SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2" S = "${WORKDIR}/matchbox-panel-${PV}" -inherit autotools libtool pkgconfig +inherit autotools pkgconfig FILES_${PN} = "${bindir} \ ${datadir}/applications \ diff --git a/matchbox-panel/matchbox-panel_0.8.oe b/matchbox-panel/matchbox-panel_0.8.oe index 64dd76264f..7103141fdf 100644 --- a/matchbox-panel/matchbox-panel_0.8.oe +++ b/matchbox-panel/matchbox-panel_0.8.oe @@ -6,7 +6,7 @@ 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 libtool pkgconfig +inherit autotools pkgconfig EXTRA_OECONF = "--enable-small-icons" # --enable-dnotify |