mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
classpath: xmlj requires threads.
Fixes: http://autobuild.buildroot.net/results/bb1f005948803fac9e753c2d3ba1e53bb78a0456 Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d10b493e48
commit
e7bd485ad8
@ -52,7 +52,7 @@ else
|
|||||||
CLASSPATH_CONF_OPTS += --disable-gtk-peer --disable-gstreamer-peer
|
CLASSPATH_CONF_OPTS += --disable-gtk-peer --disable-gstreamer-peer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBXML2)$(BR2_PACKAGE_LIBXSLT),yy)
|
ifeq ($(BR2_PACKAGE_LIBXML2)$(BR2_PACKAGE_LIBXSLT)$(BR2_TOOLCHAIN_HAS_THREADS),yyy)
|
||||||
CLASSPATH_CONF_OPTS += --enable-xmlj
|
CLASSPATH_CONF_OPTS += --enable-xmlj
|
||||||
CLASSPATH_DEPENDENCIES += libxml2 libxslt
|
CLASSPATH_DEPENDENCIES += libxml2 libxslt
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user