diff options
author | Holger Freyther <zecke@selfish.org> | 2007-05-25 13:04:57 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-05-25 13:04:57 +0000 |
commit | 9dae835ef374adaae20d75eba1109bb307c249bd (patch) | |
tree | cf64bb6eb8187737117d0105dd1edeabfed0b987 /packages/abiword | |
parent | f68dae76cb804fc0b9284f6ad5898f98f50d239d (diff) |
packages/{abiword,gtk}: Do not depend on glibc gconv when compiling for uclibc
Use the TARGET_OS linux override to RDEPEND/RRECOMMEND glibc-gconv modules. I have
tested this only on my uclibc build.
Diffstat (limited to 'packages/abiword')
-rw-r--r-- | packages/abiword/abiword.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/abiword/abiword.inc b/packages/abiword/abiword.inc index 8569845394..58f712aca9 100644 --- a/packages/abiword/abiword.inc +++ b/packages/abiword/abiword.inc @@ -3,8 +3,9 @@ HOMEPAGE = "http://www.abiword.org"" SECTION = "x11/office" LICENSE = "GPLv2" DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng libxml2" -RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ - glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" +RDEPENDS = "enchant " +RDEPENDS_linux += "glibc-gconv-ibm850 glibc-gconv-cp1252 \ + glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" PR = "r2" SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" |