mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 06:23:42 +00:00
fixup! fixup! lastwip
This commit is contained in:
parent
a237f1eb8e
commit
60d8a9ca7b
@ -1,9 +1,6 @@
|
||||
image: rockylinux:9
|
||||
stages:
|
||||
- build_appimage
|
||||
|
||||
build-appimage-job:
|
||||
stage: build_appimage
|
||||
stage: build
|
||||
image: rockylinux:9
|
||||
script:
|
||||
- dnf install -y epel-release
|
||||
- dnf --enablerepo=crb install -y
|
||||
@ -71,7 +68,7 @@ build-appimage-job:
|
||||
# patch both plugins to accept an exclude library env variable
|
||||
- APPEND_TEXT=' --exclude-library "$LINUXDEPLOY_EXCLUDE_LIBRARY"'
|
||||
- sed -Ei '/^(env .* )?"\$LINUXDEPLOY"/s/$/'"$APPEND_TEXT"'/' linuxdeploy-plugin-gstreamer.sh linuxdeploy-plugin-gtk.sh
|
||||
# remove the GDK_BACKEND variable, since it prevents autoscaling on wayland (and it doesn't crash on wayland)
|
||||
# remove the GDK_BACKEND variable since it prevents autoscaling on Wayland (and it does not crash on Wayland)
|
||||
- sed -i '/export GDK_BACKEND=x11/d' linuxdeploy-plugin-gtk.sh
|
||||
|
||||
- export LINUXDEPLOY_EXCLUDE_LIBRARY="*libva*"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user