diff options
author | zhuyaliang <[email protected]> | 2023-10-18 16:28:00 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-10-24 18:11:10 +0200 |
commit | 1a837ccdb078c0021588809814bfa80641acc3a8 (patch) | |
tree | f36b20165c4dfaf2a76fd3f4c4d6e3029e5177c7 /typing-break/Makefile.am | |
parent | f27d27edf0b97f292a8b6b93fe262fd9b5a4ff2a (diff) | |
download | mate-control-center-1a837ccdb078c0021588809814bfa80641acc3a8.tar.bz2 mate-control-center-1a837ccdb078c0021588809814bfa80641acc3a8.tar.xz |
typing-break: Force dependency on appindicator and remove deprecated GtkStatusIcon
Diffstat (limited to 'typing-break/Makefile.am')
-rw-r--r-- | typing-break/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/typing-break/Makefile.am b/typing-break/Makefile.am index 8233b4c1..5290b041 100644 --- a/typing-break/Makefile.am +++ b/typing-break/Makefile.am @@ -21,22 +21,18 @@ mate_typing_monitor_CPPFLAGS = \ $(AM_CPPFLAGS) mate_typing_monitor_CFLAGS = \ @TYPING_CFLAGS@ \ + @APPINDICATOR_CFLAGS@ \ @MATE_DESKTOP_CFLAGS@ \ $(WARN_CFLAGS) \ $(AM_CFLAGS) -mate_typing_monitor_LDADD = @TYPING_LIBS@ @MATE_DESKTOP_LIBS@ @SCREENSAVER_LIBS@ +mate_typing_monitor_LDADD = @TYPING_LIBS@ @APPINDICATOR_LIBS@ @MATE_DESKTOP_LIBS@ @SCREENSAVER_LIBS@ if HAVE_LIBCANBERRA_GTK mate_typing_monitor_CFLAGS += -DHAVE_CANBERRA_GTK @LIBCANBERRA_GTK_CFLAGS@ mate_typing_monitor_LDADD += @LIBCANBERRA_GTK_LIBS@ endif -if HAVE_APP_INDICATOR - mate_typing_monitor_CFLAGS += -DHAVE_APP_INDICATOR @APP_INDICATOR_CFLAGS@ - mate_typing_monitor_LDADD += @APP_INDICATOR_LIBS@ -endif - imagedir = $(pkgdatadir)/pixmaps dist_image_DATA = bar.png bar-red.png bar-green.png bar-disabled.png ocean-stripes.png |