diff --git a/pl/rules.pl b/pl/rules.pl index af1bb21..2b22224 100644 --- a/pl/rules.pl +++ b/pl/rules.pl @@ -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(`pkg-config --cflags dbus-1.0`); + add_cflags(`pkg-config --cflags dbus-1`); $gl_libs = "-lGL -lGLU"; }