mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
pango: fix host build
pango likes to rerun it's configure script at make time, and it then fails to find the correct pkg-config files (it finds the ones ins STAGING_DIR) causing problems if they are not compatible. Fix it by setting PKG_CONFIG_PATH in it's make environment.
This commit is contained in:
parent
e7b38c71ce
commit
1d269dea1d
@ -88,7 +88,7 @@ $(STAMP_DIR)/host_pango_configured: $(STAMP_DIR)/host_pango_unpacked $(STAMP_DIR
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(STAMP_DIR)/host_pango_compiled: $(STAMP_DIR)/host_pango_configured
|
$(STAMP_DIR)/host_pango_compiled: $(STAMP_DIR)/host_pango_configured
|
||||||
$(HOST_MAKE_ENV) $(MAKE) -C $(PANGO_HOST_DIR)
|
$(HOST_MAKE_ENV) PKG_CONFIG_PATH="$(HOST_DIR)/usr/lib/pkgconfig$(PKG_CONFIG_PATH)" $(MAKE) -C $(PANGO_HOST_DIR)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(STAMP_DIR)/host_pango_installed: $(STAMP_DIR)/host_pango_compiled
|
$(STAMP_DIR)/host_pango_installed: $(STAMP_DIR)/host_pango_compiled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user