diff options
author | monsta <[email protected]> | 2016-06-07 12:25:27 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-06-07 12:25:27 +0300 |
commit | d330b5fd54ea4c86985a48c65e959184a6ef9bb5 (patch) | |
tree | 7925d4b0f517b7d9ce30c6f42adbe9622dbb0d56 | |
parent | 4d9bb5f8ddea1d8756772e0c1bc54105f36a67af (diff) | |
download | libmatekbd-d330b5fd54ea4c86985a48c65e959184a6ef9bb5.tar.bz2 libmatekbd-d330b5fd54ea4c86985a48c65e959184a6ef9bb5.tar.xz |
require libxklavier 5.2 and use its introspection
this fixes some build warnings
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | libmatekbd/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index e057332..1891ab7 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ dnl *************************************************************************** GLIB_REQUIRED=2.36 GIO_REQUIRED=2.25.0 -LIBXKLAVIER_REQUIRED=5.0 +LIBXKLAVIER_REQUIRED=5.2 AC_SUBST([GIO_REQUIRED]) AC_SUBST([GTK_API_VERSION]) diff --git a/libmatekbd/Makefile.am b/libmatekbd/Makefile.am index c4ae951..2062f73 100644 --- a/libmatekbd/Makefile.am +++ b/libmatekbd/Makefile.am @@ -118,7 +118,7 @@ introspection_sources = $(matekbdinc_HEADERS) \ $(libmatekbdui_la_SOURCES) Matekbd-1.0.gir: libmatekbd.la libmatekbdui.la -Matekbd_1_0_gir_INCLUDES = GObject-2.0 Gtk-$(GTK_API_VERSION) xlib-2.0 +Matekbd_1_0_gir_INCLUDES = GObject-2.0 Gtk-$(GTK_API_VERSION) xlib-2.0 Xkl-1.0 Matekbd_1_0_gir_CFLAGS = $(libmatekbdui_la_CFLAGS) Matekbd_1_0_gir_LIBS = libmatekbd.la libmatekbdui.la Matekbd_1_0_gir_FILES = $(introspection_sources) |