From 62237a6aa91a89849b68583aae300dc8757a96d2 Mon Sep 17 00:00:00 2001 From: William Wold Date: Sat, 26 Jan 2019 04:06:13 -0500 Subject: Applets: only compile X11 applets when X11 is enabled --- applets/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/applets/Makefile.am b/applets/Makefile.am index e1e952db..bc2488f4 100644 --- a/applets/Makefile.am +++ b/applets/Makefile.am @@ -1,7 +1,11 @@ SUBDIRS = \ clock \ - fish \ - notification_area \ + fish + +if ENABLE_X11 +SUBDIRS += \ + notification_area \ wncklet +endif -include $(top_srcdir)/git.mk -- cgit v1.2.1