From cdda4bd7b1a039ea84e855bf16deee820bea04b6 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Sun, 29 Dec 2019 18:53:14 +0100 Subject: sigc++/meson.build: Library name is sigc-3.0 Pointed out by Chun-wei Fan in PR #51. --- sigc++/meson.build | 5 +++-- 1 file 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, -- cgit v1.2.1