blob: 6ca053a72c2ad5c6d655271143fe51bf255f064e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Freetype fontfactory plugin"
SECTION = "opie/fontfactories"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "freetype opie-ttf-support"
RDEPENDS_${PN} = "opie-ttf-support"
APPNAME = "freetypefactory"
APPTYPE = "plugin"
S = "${WORKDIR}/freetype"
inherit opie
EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${STAGING_INCDIR}/freetype2"
DEBIAN_NOAUTONAME_opie-freetype = "1"
|