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 /makeinclude.in | |
| 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 'makeinclude.in')
| -rw-r--r-- | makeinclude.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |
