diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-13 16:42:49 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:25 +0100 |
commit | c52762ea6763b93772f13ad0fd2c89fb6d201018 (patch) | |
tree | 1d7a285fa2f71dedf2fea6a9c8200baa00e65a27 /configure.ac | |
parent | 703ab2590b031b028199c872e2525936a9d7088f (diff) |
build: require gudev >= 147
Since udev 147 the gudev API is no longer marked as experimental, and therefore
`G_UDEV_API_IS_SUBJECT_TO_CHANGE' is no longer needed.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 47427f18..94bcc0f1 100644 --- a/configure.ac +++ b/configure.ac @@ -86,7 +86,7 @@ PKG_CHECK_MODULES(MMCLI, AC_SUBST(MMCLI_CFLAGS) AC_SUBST(LIBMM_LIBS) -PKG_CHECK_MODULES(GUDEV, gudev-1.0) +PKG_CHECK_MODULES(GUDEV, gudev-1.0 >= 147) AC_SUBST(GUDEV_CFLAGS) AC_SUBST(GUDEV_LIBS) |