mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
fontconfig requires expat
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_FONTCONFIG
|
||||
bool "fontconfig"
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
select BR2_PACKAGE_EXPAT
|
||||
default n
|
||||
help
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ $(TARGET_DIR)/lib/libfontconfig.so: $(STAGING_DIR)/lib/libfontconfig.so
|
||||
cp -a $(STAGING_DIR)/usr/bin/fc-list $(TARGET_DIR)/usr/bin/
|
||||
-$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/bin/fc-list
|
||||
|
||||
fontconfig: uclibc freetype host-freetype $(TARGET_DIR)/lib/libfontconfig.so
|
||||
fontconfig: uclibc freetype host-freetype expat $(TARGET_DIR)/lib/libfontconfig.so
|
||||
|
||||
fontconfig-clean:
|
||||
$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(FONTCONFIG_DIR) uninstall
|
||||
|
||||
Reference in New Issue
Block a user