configure: WARNING: unrecognized options: --with-gtk
configure: WARNING: unrecognized options: --with-gtk
INFO: Reading ./matekbd-indicator-marshal.list...
INFO: Reading ./matekbd-keyboard-drawing-marshal.list...
INFO: Reading ./matekbd-keyboard-drawing-marshal.list...
INFO: Reading ./matekbd-indicator-marshal.list...
matekbd-status.c: In function ‘matekbd_status_set_tooltips’:
matekbd-status.c:105:9: warning: ‘gtk_status_icon_set_tooltip_text’ is deprecated [-Wdeprecated-declarations]
105 | gtk_status_icon_set_tooltip_text (GTK_STATUS_ICON (gki), str);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
from ./matekbd-status.h:23,
from matekbd-status.c:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
137 | void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
matekbd-status.c: In function ‘matekbd_status_set_current_page_for_group’:
matekbd-status.c:546:9: warning: ‘gtk_status_icon_set_from_pixbuf’ is deprecated [-Wdeprecated-declarations]
546 | gtk_status_icon_set_from_pixbuf (GTK_STATUS_ICON (gki),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:97:23: note: declared here
97 | void gtk_status_icon_set_from_pixbuf (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
matekbd-status.c: In function ‘matekbd_status_filter_x_evt’:
matekbd-status.c:569:37: warning: ‘gtk_status_icon_get_x11_window_id’ is deprecated [-Wdeprecated-declarations]
569 | (GTK_STATUS_ICON (gki));
| ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:178:23: note: declared here
178 | guint32 gtk_status_icon_get_x11_window_id (GtkStatusIcon *status_icon);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
matekbd-keyboard-drawing.c: In function ‘draw_key’:
matekbd-keyboard-drawing.c:1244:17: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
1244 | gtk_style_context_get_background_color (style_context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27,
from /usr/include/gtk-3.0/gtk/gtk.h:127,
from matekbd-keyboard-drawing.c:21:
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
matekbd-keyboard-drawing.c: In function ‘create_cairo’:
matekbd-keyboard-drawing.c:1560:9: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
1560 | gtk_style_context_get_background_color (style_context, state,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
matekbd-keyboard-drawing.c: In function ‘draw_keyboard’:
matekbd-keyboard-drawing.c:1604:17: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
1604 | gtk_style_context_get_background_color (context, state, &color);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
matekbd-keyboard-drawing.c: In function ‘matekbd_keyboard_drawing_render’:
matekbd-keyboard-drawing.c:2446:9: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
2446 | gtk_style_context_get_background_color (style_context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: warning: relinking 'libmatekbdui.la'
libtool: warning: remember to run 'libtool --finish /usr/lib'