Skip to content

Commit

Permalink
Revert changes to meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Nov 24, 2024
1 parent 60b52cd commit 0799677
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ test_env = [
'G_TEST_SRCDIR=' + meson.current_source_dir(),
'G_TEST_BUILDDIR=' + meson.current_build_dir(),
'GSETTINGS_SCHEMA_DIR=' + meson.project_build_root() / 'data',
# 'GSETTINGS_BACKEND=memory',
# 'GIO_USE_VFS=local'
'GSETTINGS_BACKEND=memory',
'GIO_USE_VFS=local'
]

add_test_setup(
'headless',
exe_wrapper: [ find_program('xvfb-run')],
is_default: false
exe_wrapper: [ find_program('xvfb-run'), '-a', '-s', '-screen 0 1024x768x24 -noreset' ],
is_default: true
)

app_test = executable(
Expand Down

0 comments on commit 0799677

Please sign in to comment.