Skip to content

Commit c57a2ba

Browse files
committed
sigc++/meson.build: Library name is sigc-2.0
Pointed out by Chun-wei Fan in PR #51.
1 parent 76b0fe9 commit c57a2ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sigc++/meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# sigc++
22

3-
# Input: sigcxx_build_dep, sigcxx_pcname, sigcxx_libversion, install_includedir,
4-
# project_source_root
3+
# Input: sigcxx_build_dep, sigcxx_pcname, sigcxx_libversion, sigcxx_api_version,
4+
# install_includedir, project_source_root, sigc_res
55
# Output: source_h_files, built_h_files, sigcxx_dep, built_files_root,
66
# built_h_file_targets
77

@@ -162,7 +162,7 @@ if maintainer_mode
162162
endforeach
163163

164164
extra_include_dirs = ['..']
165-
sigcxx_library = library(sigcxx_pcname,
165+
sigcxx_library = library('sigc-' + sigcxx_api_version,
166166
source_cc_files, built_cc_file_targets, built_h_file_targets,
167167
extra_sigc_objects,
168168
version: sigcxx_libversion,
@@ -205,7 +205,7 @@ else # not maintainer_mode
205205
endforeach
206206

207207
extra_include_dirs = [ '..', '..' / 'untracked' ]
208-
sigcxx_library = library(sigcxx_pcname,
208+
sigcxx_library = library('sigc-' + sigcxx_api_version,
209209
source_cc_files, untracked_built_cc_files,
210210
extra_sigc_objects,
211211
version: sigcxx_libversion,

0 commit comments

Comments
 (0)