diff options
author | William Hua <william.hua@canonical.com> | 2013-06-05 20:45:45 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-06-05 20:45:45 -0400 |
commit | 91ddc799bd01ce206e2822ae4b6c58b087efc6b6 (patch) | |
tree | 825bb36978c56d40980be45c7fb09bacef60fc59 /data/Makefile.am | |
parent | 97e9428331438a66fb78696b736d7046e96889cb (diff) | |
download | ayatana-indicator-keyboard-91ddc799bd01ce206e2822ae4b6c58b087efc6b6.tar.gz ayatana-indicator-keyboard-91ddc799bd01ce206e2822ae4b6c58b087efc6b6.tar.bz2 ayatana-indicator-keyboard-91ddc799bd01ce206e2822ae4b6c58b087efc6b6.zip |
Align text within icons properly.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 125289bb..b65c47ff 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -9,17 +9,22 @@ indicator_keyboard_icon_generator_SOURCES = main.vala \ $(top_srcdir)/lib/common.vala indicator_keyboard_icon_generator_VALAFLAGS = $(AM_VALAFLAGS) \ --pkg gee-1.0 \ + --pkg fontconfig \ + --pkg freetype2 \ + --pkg pangoft2 \ --pkg gtk+-3.0 \ --pkg GDesktopEnums-3.0 \ --pkg gnome-desktop-3.0 \ --pkg Xkl-1.0 indicator_keyboard_icon_generator_CFLAGS = $(AM_CFLAGS) \ $(GEE_CFLAGS) \ + $(PANGOFT2_CFLAGS) \ $(GTK_CFLAGS) \ $(GNOME_DESKTOP_CFLAGS) \ $(LIBXKLAVIER_CFLAGS) indicator_keyboard_icon_generator_LDFLAGS = $(AM_LDFLAGS) \ $(GEE_LIBS) \ + $(PANGOFT2_LIBS) \ $(GTK_LIBS) \ $(GNOME_DESKTOP_LIBS) \ $(LIBXKLAVIER_LIBS) |