aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-01-05 20:26:48 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:46 +0100
commit4016a1ec200ca01ac6a39ea791f8d6ee91591a19 (patch)
tree5d5c999055df2ef884e37d2f519e42f379985305 /build-aux
parente8aeb59293063cb4cfedddcaf27da665f9d968e0 (diff)
build: require glib 2.30.2
So that we get the following fix in glib-mkenums: https://bugzilla.gnome.org/show_bug.cgi?id=661797
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/mm-enums-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/mm-enums-template.h b/build-aux/mm-enums-template.h
index bf7a059c..df4aa01f 100644
--- a/build-aux/mm-enums-template.h
+++ b/build-aux/mm-enums-template.h
@@ -12,7 +12,7 @@ G_BEGIN_DECLS
/*** BEGIN value-header ***/
GType @enum_name@_get_type (void) G_GNUC_CONST;
-#define @ENUMPREFIX@TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
+#define @ENUMPREFIX@_TYPE_@ENUMSHORT@ (@enum_name@_get_type ())
/*** END value-header ***/
/*** BEGIN file-tail ***/