projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc6d41
)
sr/srd/cli: require glib version >= 2.28
author
Bert Vermeulen
<bert@biot.com>
Fri, 22 Jun 2012 23:17:36 +0000
(
01:17
+0200)
committer
Bert Vermeulen
<bert@biot.com>
Fri, 22 Jun 2012 23:26:20 +0000
(
01:26
+0200)
Needed for g_get_monotonic_time(). Thanks to Tomaž Šolc.
README
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/README
b/README
index 1ac8b42da76adbc46128b4cfdf438f1a3135ae09..a61a4a6e1e45344a41293e352849efec02ece176 100644
(file)
--- a/
README
+++ b/
README
@@
-21,7
+21,7
@@
Requirements
- automake >= 1.11
- libtool
- pkg-config >= 0.22
- - libglib >= 2.2
2
.0
+ - libglib >= 2.2
8
.0
- Python >= 3.0
diff --git
a/configure.ac
b/configure.ac
index ec1a14f9962836d5c4d25b926c6365b834a018b4..0819c4a8ab5b4e1afec128ceffc8470b52de9f40 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-78,7
+78,7
@@
AC_SUBST(SRD_LIB_LDFLAGS)
# libglib-2.0 is always needed.
# Note: glib-2.0 is part of the libsigrokdecode API
# (hard pkg-config requirement).
-AM_PATH_GLIB_2_0([2.2
2
.0],
+AM_PATH_GLIB_2_0([2.2
8
.0],
[CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
# Python support. We require at least Python >= 3.0.