Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Alexandre Ratchov 2021-05-31 15:09:49 +02:00
commit 4d63a3b185
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -33,7 +33,7 @@ END
#
# defaults
#
version=1.7.0 # package version (used by pkg-config)
version=1.8.0 # package version (used by pkg-config)
prefix=/usr/local # where to install sndio
so="libsndio.so.\${MAJ}.\${MIN}" # shared libs to build
alsa=no # do we want alsa support ?
@ -306,7 +306,7 @@ includedir=`echo $includedir | sed -e "s:^${prefix}:\\${prefix}:"`
Name: sndio
Description: sndio library
Version: 1.8.0
Version: ${version}
Requires:
Libs: -L\${libdir} -lsndio
Cflags: -I\${includedir}