Skip to content

Commit

Permalink
Add _two_ paths to GSETTINGS_SCHEMA_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Nov 26, 2024
1 parent 4ca9339 commit 0eaa3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test cases/frameworks/7 gnome/schemas/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ install_dir : 'share/glib-2.0/schemas')

testenv = environment()
testenv.append('GSETTINGS_SCHEMA_DIR', meson.current_build_dir())
testenv.append('GSETTINGS_SCHEMA_DIR', meson.current_build_dir())

schemaexe = executable('schemaprog', 'schemaprog.c', dependencies : gio, install: true)
test('schema test', schemaexe, env: testenv)

0 comments on commit 0eaa3b7

Please sign in to comment.