From eda5735ce6b52e8cf738077027581bfe2257c3cb Mon Sep 17 00:00:00 2001 From: William Wold Date: Wed, 30 Sep 2020 13:01:32 -0700 Subject: Wncklet applets: don't crash on Wayland --- applets/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'applets/Makefile.am') 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 -- cgit v1.2.1