summaryrefslogtreecommitdiff
path: root/cut-n-paste
diff options
context:
space:
mode:
authorOz Tiram <[email protected]>2025-04-01 23:47:51 +0200
committerLuke from DC <[email protected]>2025-04-04 22:19:13 +0000
commita5429374d0b6b962fa835e01bad28287c88da812 (patch)
tree1d3e2be37c74977b051bff3ee7e8ebd296b26fba /cut-n-paste
parentaa7c28ad54a666e344d192c326c3ffdd3204d0ce (diff)
downloadatril-a5429374d0b6b962fa835e01bad28287c88da812.tar.bz2
atril-a5429374d0b6b962fa835e01bad28287c88da812.tar.xz
fix: disable maintainer mode per default
... fix library name Signed-off-by: Oz Tiram <[email protected]>
Diffstat (limited to 'cut-n-paste')
-rw-r--r--cut-n-paste/zoom-control/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/zoom-control/meson.build b/cut-n-paste/zoom-control/meson.build
index 2c3320ac..7830f1d1 100644
--- a/cut-n-paste/zoom-control/meson.build
+++ b/cut-n-paste/zoom-control/meson.build
@@ -15,7 +15,7 @@ zoom_deps = [
]
libephyzoom = static_library(
- 'libephyzoom',
+ 'ephyzoom',
zoom_sources,
include_directories: include_root,
dependencies: zoom_deps,