Browse Source

libpng: select zlib package

Peter Korsgaard 17 years ago
parent
commit
82edf5a9c1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/libpng/Config.in

+ 1 - 0
package/libpng/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_LIBPNG
 	bool "libpng"
 	default n
+	select BR2_PACKAGE_ZLIB
 	help
 	  Library for handling PNG (Portable Network Graphics)
 	  images.