diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-30 15:29:52 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-30 15:29:52 +0000 |
| commit | 98b1bac54b411b66535de5f435ad5e62cdc54f03 (patch) | |
| tree | 315cc5d1c4f7fe16c005d2ad6170a55578d59a87 | |
| parent | 954f1cc2b6ef15047b199f134dfeb5070c81c689 (diff) | |
| download | poky-98b1bac54b411b66535de5f435ad5e62cdc54f03.tar.gz | |
fontconfig: drop freetype-native dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4752 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/fontconfig/fontconfig_2.4.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/fontconfig/fontconfig_2.4.2.bb b/meta/packages/fontconfig/fontconfig_2.4.2.bb index 9632770f79..b974e99c76 100644 --- a/meta/packages/fontconfig/fontconfig_2.4.2.bb +++ b/meta/packages/fontconfig/fontconfig_2.4.2.bb | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | SECTION = "libs" | 1 | SECTION = "libs" |
| 2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
| 3 | DESCRIPTION = "A library for configuring and customizing font access." | 3 | DESCRIPTION = "A library for configuring and customizing font access." |
| 4 | DEPENDS = "expat freetype freetype-native zlib" | 4 | DEPENDS = "expat freetype zlib" |
| 5 | 5 | ||
| 6 | SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \ | 6 | SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \ |
| 7 | file://configure_fix.patch;patch=1" | 7 | file://configure_fix.patch;patch=1" |
| 8 | 8 | ||
| 9 | PR = "r9" | 9 | PR = "r10" |
| 10 | 10 | ||
| 11 | PACKAGES =+ "fontconfig-utils-dbg fontconfig-utils " | 11 | PACKAGES =+ "fontconfig-utils-dbg fontconfig-utils " |
| 12 | FILES_fontconfig-utils-dbg = "${bindir}/*.dbg" | 12 | FILES_fontconfig-utils-dbg = "${bindir}/*.dbg" |
| @@ -45,7 +45,7 @@ do_stage () { | |||
| 45 | for i in ${S}/fontconfig/*.h; do install -m 0644 $i ${STAGING_INCDIR}/fontconfig/; done | 45 | for i in ${S}/fontconfig/*.h; do install -m 0644 $i ${STAGING_INCDIR}/fontconfig/; done |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | BUILD_CFLAGS += " -I${STAGING_INCDIR_NATIVE}/freetype2" | 48 | BUILD_CFLAGS += " -I${STAGING_INCDIR}/freetype2" |
| 49 | 49 | ||
| 50 | do_configure_append () { | 50 | do_configure_append () { |
| 51 | sed -i 's|LDFLAGS =.*|LDFLAGS =|' fc-case/Makefile | 51 | sed -i 's|LDFLAGS =.*|LDFLAGS =|' fc-case/Makefile |
