]> sigrok.org Git - libsigrok.git/commitdiff
configure: Show glibmm and gobject versions in the summary.
authorUwe Hermann <redacted>
Tue, 22 Jul 2014 21:15:11 +0000 (23:15 +0200)
committerUwe Hermann <redacted>
Tue, 22 Jul 2014 21:18:38 +0000 (23:18 +0200)
configure.ac

index d8483522700fbcddcbd64db472e5ce184af7c18b..90bd73b0d5b6a3b524eae2208b00195969893706 100644 (file)
@@ -646,7 +646,7 @@ echo "Detected libraries:"
 echo
 
 # Note: This only works for libs with pkg-config integration.
-for lib in "glib-2.0 >= 2.32.0" "libzip >= 0.10" "libserialport >= 0.1.0" "librevisa >= 0.0.20130812" "libusb-1.0 >= 1.0.16" "libftdi >= 0.16" "libftdi1 >= 1.0" "check >= 0.9.4"; do
+for lib in "glib-2.0 >= 2.32.0" "libzip >= 0.10" "libserialport >= 0.1.0" "librevisa >= 0.0.20130812" "libusb-1.0 >= 1.0.16" "libftdi >= 0.16" "libftdi1 >= 1.0" "glibmm-2.4 >= 2.32.0" "pygobject-3.0 >= 3.0.0" "check >= 0.9.4"; do
        optional="OPTIONAL"
        if test "x$lib" = "xglib-2.0 >= 2.32.0"; then optional="REQUIRED"; fi
        if test "x$lib" = "xlibzip >= 0.10"; then optional="REQUIRED"; fi