diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2020-01-15 14:37:17 +0400 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2020-01-21 13:03:17 +0000 |
commit | 6e456bf6ad9731623786b4fb834b062481b1fd97 (patch) | |
tree | 0e38118598e937ed643bedc85b084d80881a8c83 /src/cac.c | |
parent | d276f5a05a58620b8952063fa0147165a1e8d8e8 (diff) |
build-sys: bump glib dependency to 2.32
Since version 2.32, gthread is an empty shell, and g_thread_init() is
no longer required.
GLib 2.32 was released on 2012-03-24, and is available in all distros
we care about.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'src/cac.c')
-rw-r--r-- | src/cac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ * See the COPYING file in the top-level directory. */ -#include "glib-compat.h" +#include <glib.h> #include <string.h> #include <stdbool.h> |