1613d6cca6
Wayland desktop shell is not enabled, yet.
9 lines
232 B
Bash
Executable file
9 lines
232 B
Bash
Executable file
addDbusIncludePath () {
|
|
if test -d "$1/include/dbus-1.0"
|
|
then
|
|
export NIX_CFLAGS_COMPILE="${NIX_CFLAGS_COMPILE} -I$1/include/dbus-1.0 -I $1/lib/dbus-1.0/include"
|
|
fi
|
|
}
|
|
|
|
envHooks=(${envHooks[@]} addDbusIncludePath)
|