source: rtems-source-builder/rtems/config/graphics/libpng-1.6.21-1.cfg @ 8ef0d73

5
Last change on this file since 8ef0d73 was f5e724f, checked in by Chris Johns <chrisj@…>, on 04/15/16 at 01:56:36

graphics: Add 3rd party graphics support back to the master branch.

The support is added at the top level and so not lost when we
move to a new version of RTEMS.

The change also moves all 3rd party packages to use a common
rtems-package.bset build set file.

All packages except Microwindows itself build cleanly.

  • Property mode set to 100644
File size: 344 bytes
Line 
1#
2# libpng 1.6.21
3#
4
5%if %{release} == %{nil}
6 %define release 1
7%endif
8
9%include %{_configdir}/rtems-bsp.cfg
10
11#
12# libpng Version
13#
14%define libpng_version 1.6.21
15%define libpng_src_dir_revision 16
16
17#%hash md5 libpng-%{libpng_version}.tar.gz 6652e428d1d3fc3c6cb1362159b1cf3b
18
19#
20# libpng Build configuration
21#
22%include %{_configdir}/libpng-1.cfg
Note: See TracBrowser for help on using the repository browser.