]> git.sur5r.net Git - i3/i3status/commitdiff
Add error message if neither DZEN nor XMOBAR is defined
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 23 Oct 2009 22:38:26 +0000 (00:38 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 23 Oct 2009 22:38:26 +0000 (00:38 +0200)
i3status.h

index 19260217eda422c29da5123776e051b23b2ec7e9..0a425558bab24375da20fb048072737cdf757dd0 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _I3STATUS_H
 #define _I3STATUS_H
 
+#if !defined(DZEN) && !defined(XMOBAR)
+       #error "You have to enable either -DDZEN or -DXMOBAR"
+#endif
+
 #include <stdbool.h>
 #include <confuse.h>