X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=configure.ac;h=7bb760fc7358941083fa52dab7ae8a2286725b5c;hp=ec1a14f9962836d5c4d25b926c6365b834a018b4;hb=48eee789a15ebd4c26d469a29dd79e7971f031fe;hpb=2dc6d41c64a8235308e61b4f9b509c7fecb2b502 diff --git a/configure.ac b/configure.ac index ec1a14f..7bb760f 100644 --- 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.22.0], +AM_PATH_GLIB_2_0([2.28.0], [CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"]) # Python support. We require at least Python >= 3.0. @@ -156,6 +156,7 @@ AC_CONFIG_FILES([Makefile decoders/i2s/Makefile decoders/jtag/Makefile decoders/jtag_stm32/Makefile + decoders/lm75/Makefile decoders/lpc/Makefile decoders/mlx90614/Makefile decoders/mx25lxx05d/Makefile