Fix silly copy-paste error.

This commit is contained in:
Martin Ling 2013-11-03 23:10:17 +00:00 committed by Uwe Hermann
parent c9bc57b6bc
commit f2b830f71d
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ PKG_CHECK_MODULES([libzip], [libzip >= 0.10],
# libserialport is always needed. Abort if it's not found. # libserialport is always needed. Abort if it's not found.
PKG_CHECK_MODULES([libserialport], [libserialport >= 0.1], PKG_CHECK_MODULES([libserialport], [libserialport >= 0.1],
[CFLAGS="$CFLAGS $libserialport_CFLAGS"; LIBS="$LIBS $libzip_LIBS"; [CFLAGS="$CFLAGS $libserialport_CFLAGS"; LIBS="$LIBS $libserialport_LIBS";
SR_PKGLIBS="$SR_PKGLIBS libserialport"]) SR_PKGLIBS="$SR_PKGLIBS libserialport"])
# libusb-1.0 is only needed for some hardware drivers. Disable the respective # libusb-1.0 is only needed for some hardware drivers. Disable the respective