]> sigrok.org Git - libsigrok.git/blobdiff - configure.ac
sr: Mastech VA18B: Partial protocol supports (WIP).
[libsigrok.git] / configure.ac
index 485fd90d0c83234eb98c3fa2facb6210561f1d36..7f49af228596570b5a1530d6002f7927cf1c977d 100644 (file)
@@ -164,9 +164,9 @@ fi
 
 AC_ARG_ENABLE(mastech-va18b,
              AC_HELP_STRING([--enable-mastech-va18b],
-             [enable Mastech VA18B support [default=yes]]),
+             [enable Mastech VA18B support [default=no]]),
              [HW_MASTECH_VA18B="$enableval"],
-             [HW_MASTECH_VA18B=yes])
+             [HW_MASTECH_VA18B=no])
 AM_CONDITIONAL(HW_MASTECH_VA18B, test x$HW_MASTECH_VA18B = xyes)
 if test "x$HW_MASTECH_VA18B" = "xyes"; then
        AC_DEFINE(HAVE_HW_MASTECH_VA18B, 1, [Mastech VA18B support])
@@ -181,7 +181,7 @@ SR_PKGLIBS=""
 
 # libglib-2.0 is always needed.
 # Note: glib-2.0 is part of the libsigrok API (hard pkg-config requirement).
-AM_PATH_GLIB_2_0([2.22.0],
+AM_PATH_GLIB_2_0([2.28.0],
        [CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
 
 # libgthread-2.0 is always needed (e.g. for the demo hardware driver).