diff options
author | William Hua <william.hua@canonical.com> | 2013-10-03 14:44:27 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-03 14:44:27 +0000 |
commit | dbc0fe12592b88ccfd89631a4e46baf5eaa2f656 (patch) | |
tree | 259094119fca0994369ed0e2145810aa32a262e3 /lib/Makefile.am | |
parent | 3aa725b99fd01fbff48dd6b82dfdd43530ef27af (diff) | |
parent | 62e536eb83d30df39da4afe5e17e94a7625762ea (diff) | |
download | ayatana-indicator-keyboard-dbc0fe12592b88ccfd89631a4e46baf5eaa2f656.tar.gz ayatana-indicator-keyboard-dbc0fe12592b88ccfd89631a4e46baf5eaa2f656.tar.bz2 ayatana-indicator-keyboard-dbc0fe12592b88ccfd89631a4e46baf5eaa2f656.zip |
Set the selected user's first keyboard layout whenever it changes under unity-greeter. (LP #1233945). Fixes: https://bugs.launchpad.net/bugs/1233945.
Approved by PS Jenkins bot, Ted Gould, Michael Terry.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 0e6c70d1..fd8a945e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,9 +6,10 @@ AM_VALAFLAGS = --enable-experimental-non-null \ --metadatadir $(top_srcdir)/deps \ --vapidir $(top_srcdir)/deps -indicator_keyboard_service_SOURCES = main.vala \ - source.vala \ - common.vala +indicator_keyboard_service_SOURCES = main.vala \ + source.vala \ + common.vala \ + greeter.vala indicator_keyboard_service_VALAFLAGS = $(AM_VALAFLAGS) \ --pkg gee-1.0 \ --pkg posix \ |