diff options
Diffstat (limited to 'libdecor')
| -rw-r--r-- | libdecor/build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdecor/build/Makefile b/libdecor/build/Makefile index 98d8b0bef..25116f4c0 100644 --- a/libdecor/build/Makefile +++ b/libdecor/build/Makefile @@ -51,7 +51,7 @@ os-compatibility.o : ../src/os-compatibility.c $(CC) $(CFLAGS_DECOR) -c ../src/os-compatibility.c cursor-settings.o : ../src/cursor-settings.c - $(CC) $(CFLAGS_DECOR) -c ../src/cursor-settings.c -DHAS_DBUS `pkg-config --cflags dbus-1` + $(CC) $(CFLAGS_DECOR) -c ../src/cursor-settings.c $(LIBDECORDBUS) ../../src/xdg-shell-protocol.c : wayland-scanner private-code $(PROTOCOLS)/stable/xdg-shell/xdg-shell.xml \ |
