forked from nfc-tools/mfcuk
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates source code to use libnfc 1.7.0
This commit also fix some warnings.
- Loading branch information
1 parent
41a5a30
commit 8521f43
Showing
3 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([mfcuk], [0.3.4], [[email protected]]) | ||
AC_INIT([mfcuk], [0.3.5], [[email protected]]) | ||
|
||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
||
|
@@ -11,7 +11,7 @@ AM_INIT_AUTOMAKE | |
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) | ||
|
||
# Checks for pkg-config modules. | ||
LIBNFC_REQUIRED_VERSION=1.6.0 | ||
LIBNFC_REQUIRED_VERSION=1.7.0 | ||
PKG_CHECK_MODULES([libnfc], [libnfc >= $LIBNFC_REQUIRED_VERSION], [], [AC_MSG_ERROR([libnfc >= $LIBNFC_REQUIRED_VERSION is mandatory.])]) | ||
|
||
PKG_CONFIG_REQUIRES="libnfc" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters