diff options
-rw-r--r-- | meta/packages/fontconfig/fontconfig-native_2.2.95.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/fontconfig/fontconfig-native_2.2.95.bb b/meta/packages/fontconfig/fontconfig-native_2.2.95.bb index 6872db92f1..721f067bf6 100644 --- a/meta/packages/fontconfig/fontconfig-native_2.2.95.bb +++ b/meta/packages/fontconfig/fontconfig-native_2.2.95.bb | |||
@@ -1,12 +1,13 @@ | |||
1 | SECTION = "base" | 1 | SECTION = "base" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD" |
3 | include fontconfig_${PV}.bb | 3 | require fontconfig_${PV}.bb |
4 | inherit native | 4 | inherit native |
5 | DEPENDS = "freetype-native expat-native zlib-native" | 5 | DEPENDS = "freetype-native expat-native zlib-native" |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}" | 6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}" |
7 | SRC_URI += " file://stop-fc-cache.patch;patch=1" | 7 | SRC_URI += " file://stop-fc-cache.patch;patch=1" |
8 | 8 | ||
9 | EXTRA_OEMAKE = "" | 9 | EXTRA_OEMAKE = "" |
10 | EXTRA_OECONF += "--with-freetype-config=${STAGING_BINDIR}/freetype-config-native" | ||
10 | 11 | ||
11 | do_stage () { | 12 | do_stage () { |
12 | oe_runmake install | 13 | oe_runmake install |