瀏覽代碼

depend instead of select on zlib/png to shut up Kconfig warning
(doesn't change anything as xorg already depends on them)

Peter Korsgaard 19 年之前
父節點
當前提交
841f8e9539
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package/dillo/Config.in

+ 2 - 2
package/dillo/Config.in

@@ -1,12 +1,12 @@
 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.