mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
84796930b7
Modified lookup of system configuration to accomodate the new XDG locations. Add an XDG_CONFIG_DIR variable to cmake to help find/set the system-wide configuration location. Signed-off-by: Julien Danjou <julien@danjou.info>
10 lines
211 B
C
10 lines
211 B
C
#ifndef _CONFIG_H_
|
|
#define _CONFIG_H_
|
|
|
|
#define AWESOME_LUA_LIB_PATH "@AWESOME_LUA_LIB_PATH@"
|
|
#define XDG_CONFIG_DIR "@XDG_CONFIG_DIR@"
|
|
|
|
#cmakedefine WITH_DBUS
|
|
#cmakedefine WITH_IMLIB2
|
|
|
|
#endif //_CONFIG_H_
|