mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/wireshark: add missing qt5 dependencies
- BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 - !BR2_arc Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
4a1c35f0db
commit
fade0f6088
@ -21,6 +21,8 @@ config BR2_PACKAGE_WIRESHARK_GUI
|
|||||||
default y
|
default y
|
||||||
depends on BR2_INSTALL_LIBSTDCPP # qt5
|
depends on BR2_INSTALL_LIBSTDCPP # qt5
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # qt5
|
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL # qt5
|
||||||
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # qt5
|
||||||
|
depends on !BR2_arc # qt5
|
||||||
depends on BR2_PACKAGE_HAS_UDEV # qt5 input
|
depends on BR2_PACKAGE_HAS_UDEV # qt5 input
|
||||||
select BR2_PACKAGE_QT5
|
select BR2_PACKAGE_QT5
|
||||||
select BR2_PACKAGE_QT5BASE
|
select BR2_PACKAGE_QT5BASE
|
||||||
@ -34,9 +36,10 @@ config BR2_PACKAGE_WIRESHARK_GUI
|
|||||||
help
|
help
|
||||||
Enable Qt5 GUI
|
Enable Qt5 GUI
|
||||||
|
|
||||||
comment "Qt5 GUI needs a udev /dev management and a toolchain w/ C++, NPTL"
|
comment "Qt5 GUI needs a udev /dev management and a toolchain w/ C++, NPTL, gcc >= 4.8"
|
||||||
|
depends on !BR2_arc
|
||||||
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_INSTALL_LIBSTDCPP || \
|
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_INSTALL_LIBSTDCPP || \
|
||||||
!BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
||||||
|
|
||||||
endif # BR2_PACKAGE_WIRESHARK
|
endif # BR2_PACKAGE_WIRESHARK
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user