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

Use select instead of depends for dependencies

parent 33553eb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBGTK12
	bool "libgtk12"
	default n
	depends BR2_PACKAGE_LIBGLIB12
	depends BR2_PACKAGE_XORG
	select BR2_PACKAGE_LIBGLIB12
	select BR2_PACKAGE_XORG
	help
	  The GTK+ graphical user interface library