diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-30 16:58:01 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-30 16:58:01 +0000 |
commit | 3c42de300e1e00b066c679fe2cf93a11cbc9505a (patch) | |
tree | 0b2b75e50c2699469628895ac8c6230fd976652e /libpng | |
parent | 9e483917d29b52787886b6406c023efe27cbe460 (diff) |
Have the libpng package install libpng12.pc alongside libpng.pc.. one of the X packages expects it.
BKrev: 4069a719g-s-gSOleFGn9p6vTFmEGA
Diffstat (limited to 'libpng')
-rw-r--r-- | libpng/libpng_1.2.5.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpng/libpng_1.2.5.oe b/libpng/libpng_1.2.5.oe index fe09255650..6629469c49 100644 --- a/libpng/libpng_1.2.5.oe +++ b/libpng/libpng_1.2.5.oe @@ -24,6 +24,7 @@ do_compile() { } do_stage() { + cp libpng.pc libpng12.pc install -m 644 png.h ${STAGING_INCDIR}/png.h install -m 644 pngconf.h ${STAGING_INCDIR}/pngconf.h oe_soinstall libpng12.so.0.${PV} ${STAGING_LIBDIR}/ |