From cdd1566cf942ffa1e04dd72b288551cacfaf48f1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 30 Apr 2023 18:41:49 +0200 Subject: Allow building Wayland platform without dbus (#726) This commit supports configure-based builds without the dbus-dev package; CMake-based builds are expected to be changed in further commit. --- libdecor/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdecor') 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 \ -- cgit v1.2.3