mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Martin Herren writes:
here is a small patch to add libpng to buildroot. It's the first application which i integrated in the buildroot build system, so i welcome any comments, feedbacks and/or improvements about it. I tested it using directfb on a arm/pxa platform, and as far as i could test it it seems to work.
This commit is contained in:
8
package/libpng/Config.in
Normal file
8
package/libpng/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LIBPNG
|
||||
bool "libpng"
|
||||
default n
|
||||
help
|
||||
Library for handling PNG (Portable Network Graphics)
|
||||
images.
|
||||
|
||||
http://www.libpng.org/
|
||||
Reference in New Issue
Block a user