DESCRIPTION = "A library for configuring and customizing font access."
DEPENDS = "expat freetype zlib"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
file://fix-pkgconfig.patch;patch=1"
bb.build.exec_func('fontconfig_do_unpack', d)
}
-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
-}
-
BUILD_CFLAGS += " -I${STAGING_INCDIR}/freetype2"
do_configure_append () {
SRC_URI = "git://anongit.freedesktop.org/~behdad/fontconfig;protocol=git \
"
-PR = "r1"
+PR = "r2"
S = "${WORKDIR}/git"
PACKAGES =+ "fontconfig-utils-dbg fontconfig-utils "
PARALLEL_MAKE = ""
-inherit autotools_stage
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
+inherit autotools
export HASDOCBOOK="no"