mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 05:00:07 +00:00
win32: Use right name for GIO_USE_VOLUME_MONITOR in CI
This commit is contained in:
parent
5d01fe96c6
commit
a891c90798
@ -9,7 +9,6 @@ if catch.found()
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
common_env = [
|
common_env = [
|
||||||
'GIO_USE_VOLUME_MONITOR=unix',
|
|
||||||
'GIO_USE_VFS=local',
|
'GIO_USE_VFS=local',
|
||||||
'GSETTINGS_BACKEND=memory',
|
'GSETTINGS_BACKEND=memory',
|
||||||
'GTK_CSD=1',
|
'GTK_CSD=1',
|
||||||
@ -20,6 +19,13 @@ common_env = [
|
|||||||
]
|
]
|
||||||
exclude_unstable = ['flaky', 'failing']
|
exclude_unstable = ['flaky', 'failing']
|
||||||
|
|
||||||
|
if os_win32
|
||||||
|
common_env += [ 'GIO_USE_VOLUME_MONITOR=win32' ]
|
||||||
|
else
|
||||||
|
common_env += [ 'GIO_USE_VOLUME_MONITOR=unix' ]
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
setups = [
|
setups = [
|
||||||
{ 'backend': 'x11', 'if': x11_enabled, },
|
{ 'backend': 'x11', 'if': x11_enabled, },
|
||||||
{ 'backend': 'wayland', 'if': wayland_enabled, 'is_default': true, },
|
{ 'backend': 'wayland', 'if': wayland_enabled, 'is_default': true, },
|
||||||
|
Loading…
Reference in New Issue
Block a user