summaryrefslogtreecommitdiff
path: root/libdocument
diff options
context:
space:
mode:
authorOz Tiram <[email protected]>2025-04-01 23:05:41 +0200
committerLuke from DC <[email protected]>2025-04-04 22:19:13 +0000
commitff52c2e21423a2ffd2cfad3a331588fdb71c4c27 (patch)
treece7b9faa722a0dbdc03b8ff0084f0d01cd6f3b22 /libdocument
parent65b96812c421b59ec41d38daf07413015f5ccc85 (diff)
downloadatril-ff52c2e21423a2ffd2cfad3a331588fdb71c4c27.tar.bz2
atril-ff52c2e21423a2ffd2cfad3a331588fdb71c4c27.tar.xz
fix: libdocument! meson automatically adds lib prefix
Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/meson.build b/libdocument/meson.build
index 5dd9fe33..b19242e3 100644
--- a/libdocument/meson.build
+++ b/libdocument/meson.build
@@ -124,7 +124,7 @@ libdocument_deps = [
]
libdocument = library(
- 'libdocument',
+ 'document',
libdocument_private_headers + libdocument_sources,
dependencies: libdocument_deps,
include_directories: include_root,