Commit f787cd20 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

hplip: needs threads

parent 92651931
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@ config BR2_PACKAGE_HPLIP
	bool "hplip"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_PACKAGE_CUPS
	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
	select BR2_PACKAGE_LIBUSB
	select BR2_PACKAGE_JPEG
	help
@@ -14,5 +15,5 @@ config BR2_PACKAGE_HPLIP

	  http://hplipopensource.com/

comment "hplip requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP
comment "hplip requires a toolchain with C++ and thread support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS