Skip to content

Commit

Permalink
Add GTK4 IM module
Browse files Browse the repository at this point in the history
BUG=#2291
  • Loading branch information
fujiwarat committed Jan 8, 2021
1 parent 30a3641 commit c7928b1
Show file tree
Hide file tree
Showing 7 changed files with 465 additions and 46 deletions.
7 changes: 6 additions & 1 deletion client/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ibus - The Input Bus
#
# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
# Copyright (c) 2007-2010 Red Hat, Inc.
# Copyright (c) 2007-2020 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand All @@ -28,6 +28,10 @@ if ENABLE_GTK3
GTK3 = gtk3
endif

if ENABLE_GTK4
GTK4 = gtk4
endif

if ENABLE_XIM
X11 = x11
endif
Expand All @@ -39,6 +43,7 @@ endif
SUBDIRS = \
$(GTK2) \
$(GTK3) \
$(GTK4) \
$(X11) \
$(WAYLAND) \
$(NULL)
Expand Down
Loading

0 comments on commit c7928b1

Please sign in to comment.