Skip to content

Commit

Permalink
Fix typelib location in binfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jul 29, 2024
1 parent b2245d8 commit 087190a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/binfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
exit 1
fi

export GI_TYPELIB_PATH="@libexecdir@"
export GI_TYPELIB_PATH="@typelibdir@"
export LD_LIBRARY_PATH="@libexecdir@"

exec @install_dir@/@target@ "$@"
1 change: 1 addition & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ foreach script : app_scripts
prefix_info.set('install_dir', pkgdatadir)
prefix_info.set('target', script[0])
prefix_info.set('libexecdir', libexecdir)
prefix_info.set('typelibdir', libexecdir / 'girepository-1.0')

bin_file = configure_file(
input : 'binfile.in',
Expand Down

0 comments on commit 087190a

Please sign in to comment.