Skip to content

Commit

Permalink
gobject-introspection: with meson command
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Oct 13, 2024
1 parent 1d539f9 commit 28035c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions community/gobject-introspection/build
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ export DESTDIR="$1"

: > tests/meson.build

meson \
meson setup \
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--localstatedir=/var \
--buildtype=plain \
. output
output

ninja -C output
ninja -C output install

0 comments on commit 28035c3

Please sign in to comment.