From f1acd0aeae12ec1c15cd671a22ea28ce140d81c7 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 15 May 2018 22:33:36 -0500 Subject: Add missing ATK_VERSION_2_30 /usr/include/atk-1.0/atk/atkversion.h:379:33: error: "ATK_VERSION_2_30" is not defined, evaluates to 0 [-Werror=undef] #if ATK_VERSION_MIN_REQUIRED >= ATK_VERSION_2_30 ^~~~~~~~~~~~~~~~ /usr/include/atk-1.0/atk/atkversion.h:387:31: error: "ATK_VERSION_2_30" is not defined, evaluates to 0 [-Werror=undef] #if ATK_VERSION_MAX_ALLOWED < ATK_VERSION_2_30 ^~~~~~~~~~~~~~~~ --- atk/atkversion.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/atk/atkversion.h.in b/atk/atkversion.h.in index c5ec017..36946db 100644 --- a/atk/atkversion.h.in +++ b/atk/atkversion.h.in @@ -176,6 +176,16 @@ */ #define ATK_VERSION_2_14 (G_ENCODE_VERSION (2, 14)) +/** + * ATK_VERSION_2_30: + * + * A macro that evaluates to the 2.30 version of ATK, in a format + * that can be used by the C pre-processor. + * + * Since: 2.30 + */ +#define ATK_VERSION_2_30 (G_ENCODE_VERSION (2, 30)) + /* evaluates to the current stable version; for development cycles, * this means the next stable target */ -- cgit v1.2.1