Skip to content

Commit

Permalink
Update meson.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsga committed Mar 1, 2024
1 parent de51f10 commit 455a6ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,14 +342,16 @@ jobs:
libevent \
libgcrypt \
libressl \
openldap \
perl \
pkg-config \
talloc
run: |
meson setup build \
-Dwith-libgcrypt-dir=/usr/pkg \
-Dwith-tracker-pkgconfig-version=3.0 \
-Dpkg_config_path=/usr/pkg/lib/pkgconfig
-Dpkg_config_path=/usr/pkg/lib/pkgconfig \
-Dwith-ldap=/usr/pkg
ninja -C build
build-dflybsd:
Expand Down

0 comments on commit 455a6ea

Please sign in to comment.