Commit 390fdac6 authored by Romain Naour's avatar Romain Naour Committed by Thomas Petazzoni
Browse files

package/qpid-proton: disable for static build only

parent 4f71e388
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_QPID_PROTON
	bool "qpid-proton"
	depends on !BR2_STATIC_LIBS # build a shared library
	depends on BR2_USE_WCHAR # util-linux
	select BR2_PACKAGE_UTIL_LINUX
	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
@@ -13,5 +14,5 @@ config BR2_PACKAGE_QPID_PROTON

	  https://qpid.apache.org/proton/

comment "qpid-proton needs a toolchain w/ wchar"
	depends on !BR2_USE_WCHAR
comment "qpid-proton needs a toolchain w/ dynamic library, wchar"
	depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR