Merge pull request #21 from endlessm/T24004-debian-fixes
build: Force libglib-testing to link statically
This commit is contained in:
commit
82ee8e88b0
|
@ -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
|
Loading…
Reference in New Issue