Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
fd09a99d
Commit
fd09a99d
authored
Feb 24, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix appimage creation on missing libva driver
parent
ad405869
Pipeline
#52017
passed with stage
in 10 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/appimage/build-image.sh
View file @
fd09a99d
...
...
@@ -136,7 +136,7 @@ for lib in $APPDIR/usr/lib/libva*.so*; do
done
for
lib
in
$APPDIR
/usr/lib/va/
*
.so
*
;
do
patchelf
--set-rpath
'$ORIGIN/..'
$lib
;
patchelf
--set-rpath
'$ORIGIN/..'
$lib
||
true
;
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment