summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-11-04 15:07:46 +0100
committerMax Kellermann <max@musicpd.org>2019-11-04 15:07:46 +0100
commit496f43e25dee3522b6ffafd84418b0a58e98c088 (patch)
tree2c3d0239a8ca82d8bef8e5d8d882e348773d777c /meson.build
parent3f4437266bd4dc64a19a59d83cdca9be493b243a (diff)
parentd659c7df19d715413bd518b4e2e2b4f550f0a25e (diff)
Merge branch 'v0.21.x'
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3bc69e1be..526c31af5 100644
--- a/meson.build
+++ b/meson.build
@@ -401,8 +401,11 @@ endif
if archive_glue_dep.found()
sources += [
'src/TagArchive.cxx',
- 'src/db/update/Archive.cxx',
]
+
+ if enable_database
+ sources += ['src/db/update/Archive.cxx']
+ endif
endif
if is_windows