Merge pull request #21 from endlessm/T24004-debian-fixes

build: Force libglib-testing to link statically
This commit is contained in:
Georges Basile Stavracas Neto 2018-12-21 10:44:24 -03:00 committed by GitHub
commit 82ee8e88b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -34,7 +34,10 @@ polkitpolicydir = polkit_gobject.get_pkgconfig_variable('policydir',
define_variable: ['prefix', prefix])
libglib_testing = subproject('libglib-testing')
libglib_testing_dep = libglib_testing.get_variable('libglib_testing_dep')
libglib_testing_dep = dependency(
'libglib-testing',
fallback: ['libglib-testing', 'libglib_testing_dep'],
)
config_h = configuration_data()
config_h.set_quoted('GETTEXT_PACKAGE', meson.project_name())

@ -1 +1 @@
Subproject commit a2ec2038047588fe5fe722e5e27e9551c1c6d753
Subproject commit 412c706b51ca04a9ca873bfa495e32c47f586c84