inkscape: fix build with freetype>=2.5.1.
This commit is contained in:
parent
d1ecea3427
commit
a75dfe5177
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ long_desc="
|
||||||
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
|
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
|
||||||
format, a standard maintained by the WWW consortium."
|
format, a standard maintained by the WWW consortium."
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -e 's,freetype/freetype.h,freetype.h,g' -i src/libnrtype/FontFactory.h
|
||||||
|
}
|
||||||
|
|
||||||
inkscape_package() {
|
inkscape_package() {
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in a new issue