Commit f619d5ba authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

libtool: undeprecate for now



Pulseaudio selects libtool, so get rid of the deprecated annotation so
people don't get warnings about unmet dependencies when exiting menuconfig.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d1f5fc29
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBTOOL
	bool "libtool"
	# We no longer support a toolchain on the target
	depends on BR2_DEPRECATED
	help
	  Library that hides the complexity of using shared/static libraries
	  on different platforms behind a consistent, portable interface.