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. --- makeinclude.in | 1 + 1 file changed, 1 insertion(+) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 4426d992f..74f3b7669 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -108,6 +108,7 @@ IMAGELIBS = -L../lib @IMAGELIBS@ # optional extra build step for libdecor: LIBDECORDIR = @LIBDECORDIR@ +LIBDECORDBUS = @LIBDECORDBUS@ # image libraries to build... IMAGEDIRS = @JPEG@ @ZLIB@ @PNG@ -- cgit v1.2.3