c71b9520a6
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.
4 lines
62 B
Makefile
4 lines
62 B
Makefile
ifeq ($(strip $(BR2_PACKAGE_LIBPNG)),y)
|
|
TARGETS+=libpng
|
|
endif
|