forked from pyrite-dev/milsko
use pkg-config for dbus includes
This commit is contained in:
parent
a0c864d85b
commit
12703d451e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ if (grep(/^wayland$/, @backends)) {
|
|||
scan_wayland_protocol("unstable", "pointer-constraints", "-unstable-v1");
|
||||
scan_wayland_protocol("unstable", "relative-pointer", "-unstable-v1");
|
||||
|
||||
add_cflags("-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include");
|
||||
add_cflags(`pkg-config --cflags dbus-1.0`);
|
||||
|
||||
$gl_libs = "-lGL -lGLU";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue