X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=configure.ac;h=f0520de45774d5e950d4250f9afb1ff4e0da2ce6;hp=a01f0b5eb760c4d9dbe60e857593067be494b32e;hb=bc2fae874ef11fe932820097dff71be3ca675d67;hpb=8189d8127e5ea2227a7e0ab9c0aa94675ca3d03d diff --git a/configure.ac b/configure.ac index a01f0b5..f0520de 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ SR_PKG_CHECK_SUMMARY([st_pkglibs_summary]) # Python 3 is always needed. SR_PKG_CHECK([python3], [ST_PKGLIBS], - [python3 >= 3.2], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2]) + [python3 >= 3.2], [python-3.5 >= 3.5], [python-3.4 >= 3.4], [python-3.3 >= 3.3], [python-3.2 >= 3.2]) AS_IF([test "x$sr_have_python3" = xno], [AC_MSG_ERROR([Cannot find Python 3 development headers.])]) @@ -87,7 +87,7 @@ AC_CHECK_HEADER([sys/resource.h],, # Retrieve the compile and link flags for all modules combined. # Also, bail out at this point if any module dependency is not met. PKG_CHECK_MODULES([SIGROK_TEST], - [glib-2.0 >= 2.24.0 libsigrok >= 0.3.0 libsigrokdecode >= 0.4.0 $ST_PKGLIBS]) + [glib-2.0 >= 2.24.0 libsigrok >= 0.5.0 libsigrokdecode >= 0.5.0 $ST_PKGLIBS]) # Allow the user to override the location of the protocol decoders. AC_ARG_WITH([decodersdir], @@ -124,10 +124,11 @@ Compile configuration: - C compiler flags................ $CFLAGS - Additional C compiler flags..... $ST_EXTRA_CFLAGS - C compiler warnings............. $ST_WFLAGS + - Linker flags.................... $LDFLAGS Detected libraries (required): - glib-2.0 >= 2.24.0.............. $st_glib_version - - libsigrok >= 0.3.0.............. $st_libsigrok_version - - libsigrokdecode >= 0.4.0........ $st_libsigrokdecode_version + - libsigrok >= 0.5.0.............. $st_libsigrok_version + - libsigrokdecode >= 0.5.0........ $st_libsigrokdecode_version $st_pkglibs_summary _EOF