forked from pyrite-dev/milsko
fix
This commit is contained in:
parent
55c562645a
commit
39bee0e5cc
4 changed files with 10 additions and 3 deletions
|
|
@ -60,6 +60,10 @@ if (grep(/^wayland$/, @backends)) {
|
|||
$gl_libs = "-lGL -lGLU";
|
||||
}
|
||||
|
||||
if (not(param_get("dbus"))) {
|
||||
$cflags =~ s/( |^)-DUSE_DBUS( |$)/ /;
|
||||
}
|
||||
|
||||
if (grep(/( |^)-DUSE_DBUS( |$)/, $cflags)) {
|
||||
add_cflags(`pkg-config --cflags dbus-1`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue