Commit 841f8e95 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

depend instead of select on zlib/png to shut up Kconfig warning

(doesn't change anything as xorg already depends on them)
parent 0d0b9872
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_DILLO
	bool "dillo"
	default n
	select BR2_PACKAGE_ZLIB
	select BR2_PACKAGE_JPEG
	select BR2_PACKAGE_LIBPNG
	select BR2_PACKAGE_LIBGLIB12
	select BR2_PACKAGE_LIBGTK12
	depends BR2_PACKAGE_XORG
	depends BR2_PACKAGE_ZLIB
	depends BR2_PACKAGE_LIBPNG
	help
	  Dillo is a small GTK+ based web browser written in C.