Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 1, 2024
1 parent 4ac94b2 commit a576c85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
meson setup build
-Dwith-tracker-pkgconfig-version=3.0 \
-Dpkg_config_path=/usr/local/lib/pkgconfig \
-Dbuild_tests=true
-Dbuild-tests=true
ninja -C build
cd build && meson test
Expand Down
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ if get_option('with-bdb') == ''
foreach dir : bdb_subdirs
if fs.exists('/usr/include' / dir / 'db.h')
bdb_header = '/usr/include' / dir / 'db.h'
bdb_link_args += '-L/usr/lib'
bdb_libdir += '/usr/lib'
bdb_includes += include_directories('/usr/include/' + dir)
endif
Expand Down

0 comments on commit a576c85

Please sign in to comment.