diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-04-30 18:41:49 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-04-30 18:41:49 +0200 |
| commit | cdd1566cf942ffa1e04dd72b288551cacfaf48f1 (patch) | |
| tree | d2e375890c6c9e66da24e473daadce5066f4accc /libdecor | |
| parent | 7a8343e7e482c6303242468f917f1d50d4e9ff38 (diff) | |
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.
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 \ |
