Merge branch 'gdbus-win32-no-shortname' into 'master'

gdbusaddress, win32: don't rely on short names

Closes #1566

See merge request GNOME/glib!631
This commit is contained in:
Philip Withnall
2019-03-15 10:21:08 +00:00
9 changed files with 433 additions and 327 deletions

View File

@@ -79,6 +79,7 @@ gio_tests = {
'tls-certificate' : {'extra_sources' : ['gtesttlsbackend.c']},
'tls-interaction' : {'extra_sources' : ['gtesttlsbackend.c']},
'tls-database' : {'extra_sources' : ['gtesttlsbackend.c']},
'gdbus-address-get-session' : {},
}
test_extra_programs = {
@@ -284,7 +285,6 @@ if host_machine.system() != 'windows'
'-DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_36'],
},
'gapplication' : {'extra_sources' : extra_sources},
'gdbus-unix-addresses' : {},
}
if not glib_have_cocoa