Add error message if neither DZEN nor XMOBAR is defined
This commit is contained in:
parent
e4bd4bd2a3
commit
e0c241cc10
@ -1,6 +1,10 @@
|
|||||||
#ifndef _I3STATUS_H
|
#ifndef _I3STATUS_H
|
||||||
#define _I3STATUS_H
|
#define _I3STATUS_H
|
||||||
|
|
||||||
|
#if !defined(DZEN) && !defined(XMOBAR)
|
||||||
|
#error "You have to enable either -DDZEN or -DXMOBAR"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <confuse.h>
|
#include <confuse.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user