summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2018-05-30 19:55:37 +0100
committerWill Thompson <will@willthompson.co.uk>2018-05-30 19:56:46 +0100
commit55bfa41a010d685893e0f5d3fc7d287ad546ad70 (patch)
tree6a408c826d116cc340d068f929763646c42f3970
parent8bb1925ce83515104a62906f743cb70fdb5eeb3e (diff)
Bump GLib dependency
I want the fix for https://bugzilla.gnome.org/show_bug.cgi?id=786456, which landed in the 2.53 unstable series.
-rw-r--r--bustle.cabal2
-rw-r--r--c-sources/config.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/bustle.cabal b/bustle.cabal
index ea7f185..5e909cd 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -110,7 +110,7 @@ Executable bustle
ghc-options: -threaded
C-sources: c-sources/pcap-monitor.c
cc-options: -fPIC -g
- pkgconfig-depends: glib-2.0 >= 2.44
+ pkgconfig-depends: glib-2.0 >= 2.54
Build-Depends: base >= 4 && < 5
, bytestring
, cairo
diff --git a/c-sources/config.h b/c-sources/config.h
index d2e5a05..42748f9 100644
--- a/c-sources/config.h
+++ b/c-sources/config.h
@@ -19,7 +19,7 @@
#ifndef BUSTLE_CONFIG_H
#define BUSTLE_CONFIG_H
-#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_44
-#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_44
+#define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_54
+#define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_54
#endif /* BUSTLE_CONFIG_H */