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 2a8c9f4 commit dd13126
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,20 +224,21 @@ jobs:
pkg install \
build-essential \
pkg-config \
meson-311
meson-311 \
ninja
curl -O https://pkgsrc.smartos.org/packages/SmartOS/bootstrap/bootstrap-trunk-x86_64-20230910.tar.gz
tar -zxpf bootstrap-trunk-x86_64-20230910.tar.gz -C /
echo "export PATH="/opt/local/sbin:/opt/local/bin:$PATH"" >> .profile
echo "export PATH="/opt/local/sbin:/opt/local/bin:/usr/lib/python3.11/bin:$PATH"" >> .profile
source .profile
/opt/local/bin/pkgin -y install \
avahi \
db5 \
gnome-tracker \
libevent \
libgcrypt \
talloc
talloc
run: |
meson setup build \
meson setup build \
-Dwith-bdb=/opt/local \
-Dwith-libgcrypt-dir=/opt/local \
-Dwith-tracker-pkgconfig-version=3.0 \
Expand Down

0 comments on commit dd13126

Please sign in to comment.