[devel] Added libpng-config.in and libpng-pc.in to the zip and 7z
distributions (they are needed by CMakeList.txt).
This commit is contained in:
parent
ac18f8a706
commit
bb0f557859
1
ANNOUNCE
1
ANNOUNCE
@ -686,6 +686,7 @@ version 1.4.0beta101 [November 14, 2009]
|
||||
project was added.
|
||||
|
||||
version 1.4.0beta102 [November 15, 2009]
|
||||
Added libpng-config.in and libpng-pc.in to the zip and 7z distributions.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
1
CHANGES
1
CHANGES
@ -2373,6 +2373,7 @@ version 1.4.0beta101 [November 14, 2009]
|
||||
project was added.
|
||||
|
||||
version 1.4.0beta102 [November 15, 2009]
|
||||
Added libpng-config.in and libpng-pc.in to the zip and 7z distributions.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
@ -22,8 +22,7 @@ I_opts="-I${includedir}"
|
||||
L_opts="-L${libdir}"
|
||||
R_opts=""
|
||||
cppflags=""
|
||||
%12-%ccopts="@LIBPNG_NO_MMX@"
|
||||
%14+%ccopts=""
|
||||
ccopts=""
|
||||
ldopts=""
|
||||
|
||||
usage()
|
||||
|
@ -8,5 +8,4 @@ Description: Loads and saves PNG files
|
||||
Version: @PNGLIB_VERSION@
|
||||
Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
|
||||
Libs.private: @LIBS@
|
||||
%12-%Cflags: -I${includedir} @LIBPNG_NO_MMX@
|
||||
%14+%Cflags: -I${includedir}
|
||||
Cflags: -I${includedir}
|
||||
|
Loading…
Reference in New Issue
Block a user