mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
wireshark: add libxml2 optional dependency
Optional dependency to libxml2 has been added with version 2.4.0 and
cfab5ef035
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
72bafd5e45
commit
7d7d57560c
@ -17,7 +17,6 @@ WIRESHARK_CONF_ENV = \
|
|||||||
WIRESHARK_CONF_OPTS = \
|
WIRESHARK_CONF_OPTS = \
|
||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
--without-bcg729 \
|
--without-bcg729 \
|
||||||
--without-libxml2 \
|
|
||||||
--without-lz4 \
|
--without-lz4 \
|
||||||
--without-nghttp2 \
|
--without-nghttp2 \
|
||||||
--without-snappy \
|
--without-snappy \
|
||||||
@ -96,6 +95,13 @@ else
|
|||||||
WIRESHARK_CONF_OPTS += --without-libssh
|
WIRESHARK_CONF_OPTS += --without-libssh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBXML2),y)
|
||||||
|
WIRESHARK_CONF_OPTS += --with-libxml2
|
||||||
|
WIRESHARK_DEPENDENCIES += libxml2
|
||||||
|
else
|
||||||
|
WIRESHARK_CONF_OPTS += --without-libxml2
|
||||||
|
endif
|
||||||
|
|
||||||
# no support for lua53 yet
|
# no support for lua53 yet
|
||||||
ifeq ($(BR2_PACKAGE_LUA_5_1)$(BR2_PACKAGE_LUA_5_2),y)
|
ifeq ($(BR2_PACKAGE_LUA_5_1)$(BR2_PACKAGE_LUA_5_2),y)
|
||||||
WIRESHARK_CONF_OPTS += --with-lua
|
WIRESHARK_CONF_OPTS += --with-lua
|
||||||
|
Loading…
x
Reference in New Issue
Block a user