summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-12-29 18:53:14 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-12-29 18:53:14 +0100
commitcdda4bd7b1a039ea84e855bf16deee820bea04b6 (patch)
tree35fc8636bc6a2dcd5a3ad6d1c6b930b909f9003f
parentd37280efbd13be7652dfa9f42e01105af190b8d8 (diff)
downloadsigc++-cdda4bd7b1a039ea84e855bf16deee820bea04b6.tar.gz
sigc++/meson.build: Library name is sigc-3.0
Pointed out by Chun-wei Fan in PR #51.
-rw-r--r--sigc++/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/sigc++/meson.build b/sigc++/meson.build
index 519e3cb..6c64e2c 100644
--- a/sigc++/meson.build
+++ b/sigc++/meson.build
@@ -1,6 +1,7 @@
# sigc++
-# Input: sigcxx_build_dep, sigcxx_pcname, sigcxx_libversion, install_includedir
+# Input: sigcxx_build_dep, sigcxx_pcname, sigcxx_libversion, sigcxx_api_version,
+# install_includedir, sig_rc
# Output: source_h_files, sigcxx_dep
# There are no built source files in libsigc++-3.0.
@@ -84,7 +85,7 @@ if host_machine.system() == 'windows'
endif
extra_include_dirs = ['..']
-sigcxx_library = library(sigcxx_pcname,
+sigcxx_library = library('sigc-' + sigcxx_api_version,
source_cc_files,
extra_sigc_objects,
version: sigcxx_libversion,