diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-14 01:18:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-14 01:18:23 +0000 |
commit | c71b9520a6ade2c5432879bc7606f7afc6ff6d65 (patch) | |
tree | 40e20287b718ef0980d2cc48e73527e29052fa8e /package/libpng/Makefile.in | |
parent | 752cc448d11411abb7cbff757f7ce8228f3ee8c4 (diff) |
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.
Diffstat (limited to 'package/libpng/Makefile.in')
-rw-r--r-- | package/libpng/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libpng/Makefile.in b/package/libpng/Makefile.in new file mode 100644 index 000000000..f4dfc9f02 --- /dev/null +++ b/package/libpng/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_LIBPNG)),y) +TARGETS+=libpng +endif |