mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-29 08:42:19 +00:00
gitlab: update build rules for changed gtk-vnc meson options
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
ae3e15f851
commit
b23b53a728
@ -96,7 +96,7 @@ stages:
|
||||
- $MAKE install
|
||||
- cd ../../gtk-vnc
|
||||
- git submodule update --init
|
||||
- meson build $MESON_OPTS --prefix="$VROOT" --libdir="$LIBDIR" -Dintrospection=false -Dwith-vala=false
|
||||
- meson build $MESON_OPTS --prefix="$VROOT" --libdir="$LIBDIR" -Dintrospection=disabled
|
||||
- $NINJA -C build install
|
||||
- popd
|
||||
- ./autogen.sh $CONFIGURE_OPTS --prefix="$VROOT"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user