Reduce glib minimum version to 2.28.0 again.
We no longer use g_thread_try_new() which is only available since 2.32.0.
This commit is contained in:
parent
3b20367381
commit
7f64e88fa9
|
@ -242,7 +242,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.32.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).
|
||||
|
|
Loading…
Reference in New Issue