mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/wireshark: add libssh optional dependency
- Optional dependency to libssh has been added with version 2.2.1 andd6da95231e- Specify the path to found libssh as this is done for other options Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit69c38e27a8) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
89084e988c
commit
eba8328652
@@ -92,6 +92,13 @@ else
|
||||
WIRESHARK_CONF_OPTS += --without-libnl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSSH),y)
|
||||
WIRESHARK_CONF_OPTS += --with-libssh=$(STAGING_DIR)/usr
|
||||
WIRESHARK_DEPENDENCIES += libssh
|
||||
else
|
||||
WIRESHARK_CONF_OPTS += --without-libssh
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SBC),y)
|
||||
WIRESHARK_CONF_OPTS += --with-sbc=yes
|
||||
WIRESHARK_DEPENDENCIES += sbc
|
||||
|
||||
Reference in New Issue
Block a user