mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
fontconfig: Stage .pc files
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
1247e2bba2
commit
83e3a45aad
|
|
@ -9,4 +9,6 @@ do_stage () {
|
|||
oe_runmake install
|
||||
install fc-lang/fc-lang ${STAGING_BINDIR}
|
||||
install fc-glyphname/fc-glyphname ${STAGING_BINDIR}
|
||||
install -d ${STAGING_LIBDIR}/pkgconfig/
|
||||
install -m 0644 fontconfig.pc ${STAGING_LIBDIR}/pkgconfig/
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@ 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
|
||||
install -d ${STAGING_LIBDIR}/pkgconfig/
|
||||
install -m 0644 fontconfig.pc ${STAGING_LIBDIR}/pkgconfig/
|
||||
}
|
||||
|
||||
BUILD_CFLAGS += " -I${STAGING_INCDIR}/freetype2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user