mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
- pass the freetype-config location to make and disable building docs.
This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case
This commit is contained in:
parent
4079ef67ca
commit
6be03bae3c
@ -25,6 +25,7 @@ $(FONTCONFIG_DIR)/.configured: $(FONTCONFIG_DIR)/.unpacked
|
|||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS) " \
|
CFLAGS="$(TARGET_CFLAGS) " \
|
||||||
CCexe="$(HOSTCC)" \
|
CCexe="$(HOSTCC)" \
|
||||||
|
ac_cv_func_mmap_fixed_mapped=yes \
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
@ -42,6 +43,8 @@ $(FONTCONFIG_DIR)/.configured: $(FONTCONFIG_DIR)/.unpacked
|
|||||||
--includedir=/include \
|
--includedir=/include \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
--infodir=/usr/info \
|
--infodir=/usr/info \
|
||||||
|
--with-freetype-config="$(STAGING_DIR)/usr/bin/freetype-config" \
|
||||||
|
--disable-docs \
|
||||||
);
|
);
|
||||||
touch $(FONTCONFIG_DIR)/.configured
|
touch $(FONTCONFIG_DIR)/.configured
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user