diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-09 10:24:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-09 10:24:04 +0000 |
commit | 3781ff82c86adb194ab8de234257479d6ced0277 (patch) | |
tree | 5de5475b2a32d55452941635866eff9d0902d342 /intltool | |
parent | 235a27bf6db784c0fc7f6026a64f41b6d42de0b7 (diff) |
intltool-native depends on libxml-parser-perl-native
BKrev: 407679c4Tf8V2MZfCTOwyp8hL5QObA
Diffstat (limited to 'intltool')
-rw-r--r-- | intltool/intltool-native_0.30.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intltool/intltool-native_0.30.oe b/intltool/intltool-native_0.30.oe index 94fd370173..dfdb1e53d8 100644 --- a/intltool/intltool-native_0.30.oe +++ b/intltool/intltool-native_0.30.oe @@ -1,6 +1,6 @@ include intltool_${PV}.oe inherit native -DEPENDS = "" +DEPENDS = "libxml-parser-perl-native" do_stage () { install -d ${STAGING_DATADIR}/aclocal |