inkscape: fix build with freetype>=2.5.1.
This commit is contained in:
parent
d1ecea3427
commit
a75dfe5177
|
@ -18,6 +18,10 @@ long_desc="
|
|||
Inkscape loads and saves a subset of the SVG (Scalable Vector Graphics)
|
||||
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() {
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue