mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
freetype: fix pkgconfig file
Signed-off-by: Nicolas Thill <nico@openwrt.org>
This commit is contained in:
@@ -66,6 +66,12 @@ define Build/InstallDev
|
|||||||
$(SED) \
|
$(SED) \
|
||||||
's,^\(prefix\|exec_prefix\)=.*,\1="$(STAGING_DIR)/usr",g' \
|
's,^\(prefix\|exec_prefix\)=.*,\1="$(STAGING_DIR)/usr",g' \
|
||||||
$(2)/bin/freetype-config
|
$(2)/bin/freetype-config
|
||||||
|
$(SED) \
|
||||||
|
's,/usr/include,$$$${prefix}/include,g' \
|
||||||
|
$(1)/usr/lib/pkgconfig/freetype2.pc
|
||||||
|
$(SED) \
|
||||||
|
's,/usr/lib,$$$${exec_prefix}/lib,g' \
|
||||||
|
$(1)/usr/lib/pkgconfig/freetype2.pc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user