diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-08 04:39:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-08 04:39:39 +0000 |
commit | 447a14c4c612c9a0778b2ab2017b401ce145214f (patch) | |
tree | 52b485729e8228c6c481e375091a1ed1a211b2eb /libpng | |
parent | afbd9fa5a97db40d6c9ec0721fc9b250d356035b (diff) |
Fix the espgs 7.07.1rc1 build and move it out of nonworking (ghostscript :).
BKrev: 40c5430bmowCSRXy9Al50PEeZOmdrA
Diffstat (limited to 'libpng')
-rw-r--r-- | libpng/libpng-native_1.2.5.oe | 0 | ||||
-rw-r--r-- | libpng/libpng_1.2.5.oe | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/libpng/libpng-native_1.2.5.oe b/libpng/libpng-native_1.2.5.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libpng/libpng-native_1.2.5.oe diff --git a/libpng/libpng_1.2.5.oe b/libpng/libpng_1.2.5.oe index 66bf05b354..f8c3d5d5d0 100644 --- a/libpng/libpng_1.2.5.oe +++ b/libpng/libpng_1.2.5.oe @@ -10,6 +10,7 @@ FILES_${PN}-dev = ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ ${datadir}/aclocal ${bindir} ${sbindir} SRC_URI = "${SOURCEFORGE_MIRROR}/png-mng/libpng-${PV}.tar.bz2" +S = "${WORKDIR}/libpng-${PV}" inherit pkgconfig |