mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
pango: use same with/without-x setting for host build as for target
Ensures identical pango.modules contents
This commit is contained in:
parent
dc69684e58
commit
beacda6e73
@ -82,7 +82,7 @@ $(PANGO_HOST_DIR)/.configured: $(PANGO_HOST_DIR)/.unpacked $(PKGCONFIG_HOST_BINA
|
|||||||
--prefix=$(HOST_DIR)/usr \
|
--prefix=$(HOST_DIR)/usr \
|
||||||
--sysconfdir=$(HOST_DIR)/etc \
|
--sysconfdir=$(HOST_DIR)/etc \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-x \
|
$(if $(BR2_PACKAGE_XSERVER_none),--without-x,--with-x) \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
)
|
)
|
||||||
touch $@
|
touch $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user