13 lines
461 B
BlitzBasic
13 lines
461 B
BlitzBasic
require fontconfig_${PV}.bb
|
|
inherit native
|
|
DEPENDS = "freetype-native expat-native zlib-native"
|
|
|
|
EXTRA_OEMAKE = ""
|
|
EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % d.getVar('STAGING_BINDIR', 1)][os.path.isfile('%s/freetype-config' % d.getVar('STAGING_BINDIR', 1))]}"
|
|
|
|
do_install_append () {
|
|
install -d ${D}${bindir}/
|
|
install fc-lang/fc-lang ${D}${bindir}/
|
|
install fc-glyphname/fc-glyphname ${D}${bindir}/
|
|
}
|