mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/znc: python support depends on icu
Upstream checks for icu when build with python support:
4fe4a45dd6
Fixes
http://autobuild.buildroot.net/results/9e4/9e44159820789f1d25efcbd24318b0e05e132371/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 0f095a5318bb8c33d4435b5727283eb64d539e4c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
205142b16c
commit
fcb1e07ccd
@ -32,7 +32,8 @@ else
|
||||
ZNC_CONF_OPTS += --disable-zlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
||||
# python support depends on icu
|
||||
ifeq ($(BR2_PACKAGE_ICU)$(BR2_PACKAGE_PYTHON3),yy)
|
||||
ZNC_DEPENDENCIES += python3 host-swig
|
||||
ZNC_CONF_OPTS += --enable-python=python3
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user