Code review comment for lp:~khurshid-alam/indicator-keyboard/vala-44-fix

Revision history for this message
Rico Tzschichholz (ricotz) wrote :

=== modified file 'data/Makefile.am'
--- data/Makefile.am 2017-02-03 21:08:35 +0000
+++ data/Makefile.am 2019-07-16 07:27:45 +0000
@@ -19,8 +19,7 @@ indicator_keyboard_icon_generator_VALAFL
                                               --pkg freetype2-2.0 \
                                               --pkg PangoFT2-1.0 \
                                               --pkg gtk+-3.0 \
- --pkg GDesktopEnums-3.0 \
- --pkg GnomeDesktop-3.0 \
+ --pkg gnome-desktop-3.0 \
                                               --pkg Xkl-1.0
 indicator_keyboard_icon_generator_CFLAGS = $(AM_CFLAGS) \
                                            $(GEE_CFLAGS) \

=== modified file 'lib/Makefile.am'
--- lib/Makefile.am 2017-09-04 16:36:52 +0000
+++ lib/Makefile.am 2019-07-16 07:27:43 +0000
@@ -21,8 +21,7 @@ indicator_keyboard_service_VALAFLAGS = $
                                        --pkg posix \
                                        --pkg pangocairo \
                                        --pkg gtk+-3.0 \
- --pkg GDesktopEnums-3.0 \
- --pkg GnomeDesktop-3.0 \
+ --pkg gnome-desktop-3.0 \
                                        --pkg Xkl-1.0 \
                                        --pkg Gkbd-3.0 \
                                        --pkg ibus-1.0 \

« Back to merge proposal