mirror of
git://sigrok.org/libserialport
synced 2023-08-10 21:13:24 +03:00
configure.ac: Drop no longer needed SP_PKGLIBS.
This commit is contained in:
parent
35578b063e
commit
3dd4a2ae39
@ -75,10 +75,6 @@ AC_SUBST(SP_LIB_LDFLAGS)
|
|||||||
|
|
||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
|
|
||||||
# This variable collects the pkg-config names of all detected libs.
|
|
||||||
# It is then used to construct the "Requires.private:" field in the
|
|
||||||
# libserialport.pc file.
|
|
||||||
SP_PKGLIBS=""
|
|
||||||
SP_LIBS=""
|
SP_LIBS=""
|
||||||
|
|
||||||
case $host_os in
|
case $host_os in
|
||||||
@ -118,7 +114,6 @@ mingw* | cygwin*)
|
|||||||
AC_DEFINE(NO_PORT_METADATA,,[Port metadata is unavailable])
|
AC_DEFINE(NO_PORT_METADATA,,[Port metadata is unavailable])
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_SUBST(SP_PKGLIBS)
|
|
||||||
AC_SUBST(SP_LIBS)
|
AC_SUBST(SP_LIBS)
|
||||||
|
|
||||||
# Define size_t if not defined as standard.
|
# Define size_t if not defined as standard.
|
||||||
|
@ -6,7 +6,7 @@ includedir=@includedir@
|
|||||||
Name: libserialport
|
Name: libserialport
|
||||||
Description: Cross-platform serial port access library.
|
Description: Cross-platform serial port access library.
|
||||||
URL: http://sigrok.org/wiki/Libserialport
|
URL: http://sigrok.org/wiki/Libserialport
|
||||||
Requires.private: @SP_PKGLIBS@
|
Requires.private:
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lserialport
|
Libs: -L${libdir} -lserialport
|
||||||
Libs.private: @SP_LIBS@
|
Libs.private: @SP_LIBS@
|
||||||
|
Loading…
Reference in New Issue
Block a user