diff options
| -rw-r--r-- | meta/packages/fontconfig/fontconfig-native_2.6.0.bb | 2 | ||||
| -rw-r--r-- | meta/packages/fontconfig/fontconfig_2.6.0.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/fontconfig/fontconfig-native_2.6.0.bb b/meta/packages/fontconfig/fontconfig-native_2.6.0.bb index 0b95cf6682..b91e5fbfa7 100644 --- a/meta/packages/fontconfig/fontconfig-native_2.6.0.bb +++ b/meta/packages/fontconfig/fontconfig-native_2.6.0.bb | |||
| @@ -9,4 +9,6 @@ do_stage () { | |||
| 9 | oe_runmake install | 9 | oe_runmake install |
| 10 | install fc-lang/fc-lang ${STAGING_BINDIR} | 10 | install fc-lang/fc-lang ${STAGING_BINDIR} |
| 11 | install fc-glyphname/fc-glyphname ${STAGING_BINDIR} | 11 | install fc-glyphname/fc-glyphname ${STAGING_BINDIR} |
| 12 | install -d ${STAGING_LIBDIR}/pkgconfig/ | ||
| 13 | install -m 0644 fontconfig.pc ${STAGING_LIBDIR}/pkgconfig/ | ||
| 12 | } | 14 | } |
diff --git a/meta/packages/fontconfig/fontconfig_2.6.0.bb b/meta/packages/fontconfig/fontconfig_2.6.0.bb index 4c0d5e16b5..3a26fd49b4 100644 --- a/meta/packages/fontconfig/fontconfig_2.6.0.bb +++ b/meta/packages/fontconfig/fontconfig_2.6.0.bb | |||
| @@ -44,6 +44,8 @@ do_stage () { | |||
| 44 | oe_libinstall -so -a -C src libfontconfig ${STAGING_LIBDIR} | 44 | oe_libinstall -so -a -C src libfontconfig ${STAGING_LIBDIR} |
| 45 | install -d ${STAGING_INCDIR}/fontconfig | 45 | install -d ${STAGING_INCDIR}/fontconfig |
| 46 | for i in ${S}/fontconfig/*.h; do install -m 0644 $i ${STAGING_INCDIR}/fontconfig/; done | 46 | for i in ${S}/fontconfig/*.h; do install -m 0644 $i ${STAGING_INCDIR}/fontconfig/; done |
| 47 | install -d ${STAGING_LIBDIR}/pkgconfig/ | ||
| 48 | install -m 0644 fontconfig.pc ${STAGING_LIBDIR}/pkgconfig/ | ||
| 47 | } | 49 | } |
| 48 | 50 | ||
| 49 | BUILD_CFLAGS += " -I${STAGING_INCDIR}/freetype2" | 51 | BUILD_CFLAGS += " -I${STAGING_INCDIR}/freetype2" |
