mirror of
https://github.com/fltk/fltk.git
synced 2026-02-06 00:01:57 +08:00
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.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user