Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions package/freetype/freetype.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,12 @@ define FREETYPE_FIX_CONFIG_FILE
endef
FREETYPE_POST_INSTALL_STAGING_HOOKS += FREETYPE_FIX_CONFIG_FILE

# batocera- configure generates a correct freetype2.pc
define FREETYPE_INSTALL_PKGCONFIG_FILE
$(INSTALL) -D -m 0644 $(@D)/builds/unix/freetype2.pc \
$(STAGING_DIR)/usr/lib/pkgconfig/freetype2.pc
endef
FREETYPE_POST_INSTALL_STAGING_HOOKS += FREETYPE_INSTALL_PKGCONFIG_FILE

$(eval $(autotools-package))
$(eval $(host-autotools-package))