Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jun 21, 2024
1 parent f1deb3a commit ece32d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,8 @@ if get_option('tests').allowed()
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'NO_AT_BRIDGE=1',
'MESA_LOG=null,
'MESA_LOG=null',
'LIBGL_DEBUG=quiet'
'
]
)

Expand All @@ -118,9 +117,8 @@ if get_option('tests').allowed()
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
'NO_AT_BRIDGE=1',
'MESA_LOG=null,
'MESA_LOG=null',
'LIBGL_DEBUG=quiet'
'
]
)
endif
Expand Down

0 comments on commit ece32d2

Please sign in to comment.