diff options
-rw-r--r-- | applets/Makefile.am | 8 |
1 files 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 |