diff options
author | William Wold <[email protected]> | 2020-09-30 13:01:32 -0700 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-10-21 20:35:15 +0200 |
commit | eda5735ce6b52e8cf738077027581bfe2257c3cb (patch) | |
tree | 98f8c47aadb650ca2cf74421356753ebf1917445 /applets/Makefile.am | |
parent | bd27321bd83f25ce504267e2098b1bed9e55bf16 (diff) | |
download | mate-panel-eda5735ce6b52e8cf738077027581bfe2257c3cb.tar.bz2 mate-panel-eda5735ce6b52e8cf738077027581bfe2257c3cb.tar.xz |
Wncklet applets: don't crash on Wayland
Diffstat (limited to 'applets/Makefile.am')
-rw-r--r-- | applets/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applets/Makefile.am b/applets/Makefile.am index bc2488f4..1f040ff9 100644 --- a/applets/Makefile.am +++ b/applets/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = \ clock \ - fish + fish \ + wncklet if ENABLE_X11 SUBDIRS += \ - notification_area \ - wncklet + notification_area endif -include $(top_srcdir)/git.mk |