build(build-config/fourdst): updated default options for other modules to not make pkg-config
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
config_p = subproject('libconfig')
|
config_p = subproject('libconfig', default_options: ['pkg-config=false'])
|
||||||
config_dep = config_p.get_variable('config_dep')
|
config_dep = config_p.get_variable('config_dep')
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
const_p = subproject('libconstants')
|
const_p = subproject('libconstants', default_options: ['pkg-config=false'])
|
||||||
const_dep = const_p.get_variable('const_dep')
|
const_dep = const_p.get_variable('const_dep')
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
logging_p = subproject('liblogging')
|
logging_p = subproject('liblogging', default_options: ['pkg-config=false'])
|
||||||
|
|
||||||
logging_dep = logging_p.get_variable('logging_dep')
|
logging_dep = logging_p.get_variable('logging_dep')
|
||||||
quill_dep = logging_p.get_variable('quill_dep')
|
quill_dep = logging_p.get_variable('quill_dep')
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
# *********************************************************************** #
|
# *********************************************************************** #
|
||||||
project('libcomposition', 'cpp', version: 'v1.5.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
project('libcomposition', 'cpp', version: 'v1.5.1', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
|
||||||
|
|
||||||
# Add default visibility for all C++ targets
|
# Add default visibility for all C++ targets
|
||||||
add_project_arguments('-fvisibility=default', language: 'cpp')
|
add_project_arguments('-fvisibility=default', language: 'cpp')
|
||||||
|
|||||||
Reference in New Issue
Block a user