aboutsummaryrefslogtreecommitdiffstats
path: root/fontconfig/fontconfig_2.2.95.oe
diff options
context:
space:
mode:
Diffstat (limited to 'fontconfig/fontconfig_2.2.95.oe')
-rw-r--r--fontconfig/fontconfig_2.2.95.oe25
1 files changed, 0 insertions, 25 deletions
diff --git a/fontconfig/fontconfig_2.2.95.oe b/fontconfig/fontconfig_2.2.95.oe
deleted file mode 100644
index e7d242a757..0000000000
--- a/fontconfig/fontconfig_2.2.95.oe
+++ /dev/null
@@ -1,25 +0,0 @@
-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 \
- file://fc-glyphname.patch;patch=1 \
- file://fc-lang.patch;patch=1"
-
-PACKAGES =+ "fontconfig-utils "
-FILES_fontconfig-utils = "${bindir}/*"
-
-S = "${WORKDIR}/fontconfig-${PV}"
-
-inherit autotools pkgconfig
-
-export HASDOCBOOK="no"
-
-EXTRA_OECONF = " --disable-docs "
-EXTRA_OEMAKE = "FC_LANG=fc-lang FC_GLYPHNAME=fc-glyphname"
-
-do_stage () {
- oe_libinstall -so -a -C src libfontconfig ${STAGING_LIBDIR}
- install -d ${STAGING_INCDIR}/fontconfig
- for i in ${S}/fontconfig/*.h; do install -m 0644 $i ${STAGING_INCDIR}/fontconfig/; done
-}