diff options
| -rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb index 6de188da2b..a3c0b49982 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | |||
| @@ -19,7 +19,7 @@ PE = "1" | |||
| 19 | 19 | ||
| 20 | inherit cmake pkgconfig python3native perlnative upstream-version-is-even | 20 | inherit cmake pkgconfig python3native perlnative upstream-version-is-even |
| 21 | 21 | ||
| 22 | PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" | 22 | PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc ${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-layer', 'qt5', '', d)}" |
| 23 | 23 | ||
| 24 | PACKAGECONFIG_class-native = "libpcap gnutls ssl libssh" | 24 | PACKAGECONFIG_class-native = "libpcap gnutls ssl libssh" |
| 25 | 25 | ||
| @@ -41,7 +41,9 @@ PACKAGECONFIG[lz4] = "-DENABLE_LZ4=ON,-DENABLE_LZ4=OFF, lz4" | |||
| 41 | 41 | ||
| 42 | # these next two options require addional layers | 42 | # these next two options require addional layers |
| 43 | PACKAGECONFIG[c-ares] = "-DENABLE_CARES=ON,-DENABLE_CARES=OFF, c-ares" | 43 | PACKAGECONFIG[c-ares] = "-DENABLE_CARES=ON,-DENABLE_CARES=OFF, c-ares" |
| 44 | PACKAGECONFIG[qt5] = "-DENABLE_QT5=ON -DBUILD_wireshark=ON, -DENABLE_QT5=OFF -DBUILD_wireshark=OFF, qtbase" | 44 | PACKAGECONFIG[qt5] = "-DENABLE_QT5=ON -DBUILD_wireshark=ON, -DENABLE_QT5=OFF -DBUILD_wireshark=OFF, qttools-native qtmultimedia qtsvg" |
| 45 | |||
| 46 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt5', 'cmake_qt5', '', d)} | ||
| 45 | 47 | ||
| 46 | EXTRA_OECMAKE += "-DENABLE_NETLINK=ON \ | 48 | EXTRA_OECMAKE += "-DENABLE_NETLINK=ON \ |
| 47 | -DBUILD_mmdbresolve=OFF \ | 49 | -DBUILD_mmdbresolve=OFF \ |
