|
@@ -18,13 +18,12 @@ config BR2_PACKAGE_PINENTRY_NCURSES
|
|
|
|
|
|
config BR2_PACKAGE_PINENTRY_GTK2
|
|
config BR2_PACKAGE_PINENTRY_GTK2
|
|
bool "pinentry-gtk2"
|
|
bool "pinentry-gtk2"
|
|
- # propagate libgtk2's dependencies
|
|
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
- # select libgtk2
|
|
|
|
|
|
+ depends on BR2_ARCH_HAS_ATOMICS # libgtk2 -> cairo
|
|
select BR2_PACKAGE_LIBGTK2
|
|
select BR2_PACKAGE_LIBGTK2
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
|
help
|
|
help
|
|
@@ -32,17 +31,16 @@ config BR2_PACKAGE_PINENTRY_GTK2
|
|
|
|
|
|
comment "pinentry-gtk2 needs X and a toolchain w/ wchar, threads, C++"
|
|
comment "pinentry-gtk2 needs X and a toolchain w/ wchar, threads, C++"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_MMU
|
|
|
|
+ depends on BR2_ARCH_HAS_ATOMICS
|
|
depends on !BR2_PACKAGE_XORG7 || !BR2_USE_WCHAR || \
|
|
depends on !BR2_PACKAGE_XORG7 || !BR2_USE_WCHAR || \
|
|
!BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
|
!BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
config BR2_PACKAGE_PINENTRY_QT4
|
|
config BR2_PACKAGE_PINENTRY_QT4
|
|
bool "pinentry-qt4"
|
|
bool "pinentry-qt4"
|
|
- # propagate qt's dependencies
|
|
|
|
depends on !BR2_avr32 # lacks TLS
|
|
depends on !BR2_avr32 # lacks TLS
|
|
depends on BR2_USE_MMU # fork
|
|
depends on BR2_USE_MMU # fork
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
- # select qt
|
|
|
|
select BR2_PACKAGE_QT
|
|
select BR2_PACKAGE_QT
|
|
select BR2_PACKAGE_QT_GUI_MODULE
|
|
select BR2_PACKAGE_QT_GUI_MODULE
|
|
help
|
|
help
|