summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-12-05 21:04:45 +0000
committerMatthias Hentges <oe@hentges.net>2004-12-05 21:04:45 +0000
commit05319bf43b50327811fd75097f1a51cb8f4763dc (patch)
treedd930c8758511be96b49f1511c19e7498451e5b4
parentdb0d46e9bd72bf8437da20bda6e84cefa8595cd8 (diff)
fontconfig: fix SRC_URI
BKrev: 41b377edMxY9R1y9W8DA6qGNqaiv_w
-rw-r--r--fontconfig/fontconfig_2.2.95.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/fontconfig_2.2.95.oe b/fontconfig/fontconfig_2.2.95.oe
index 94093212fb..e7d242a757 100644
--- a/fontconfig/fontconfig_2.2.95.oe
+++ b/fontconfig/fontconfig_2.2.95.oe
@@ -2,7 +2,7 @@ SECTION = "libs"
DESCRIPTION = "A library for configuring and customizing font access."
DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
-SRC_URI = "http://pdx.freedesktop.org/~fontconfig/release/fontconfig-${PV}.tar.gz \
+SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
file://fc-glyphname.patch;patch=1 \
file://fc-lang.patch;patch=1"