build/linux: Fix GJS bundling on AppImage
It have an undeclared dependency on GioUnix typelib.
(cherry picked from commit de62139894)
This commit is contained in:
parent
b5a4acdf43
commit
ab538eb732
1 changed files with 2 additions and 1 deletions
|
|
@ -393,7 +393,8 @@ wipe_usr ${LIB_DIR}/*.pyc
|
|||
conf_app PYTHONDONTWRITEBYTECODE "1" --no-expand
|
||||
#### JavaScript plug-ins support
|
||||
bund_usr "$UNIX_PREFIX" "bin/gjs*"
|
||||
bund_usr "$UNIX_PREFIX" "lib/gjs/girepository-1.0/Gjs*" --dest "${LIB_DIR}/${LIB_SUBDIR}girepository-1.0"
|
||||
bund_usr "$UNIX_PREFIX" "lib/gjs/girepository-*/Gjs*.typelib" --dest "${LIB_DIR}/${LIB_SUBDIR}girepository-1.0"
|
||||
bund_usr "$UNIX_PREFIX" "lib/girepository-*/GioUnix*.typelib"
|
||||
####FIXME: lua crashes with loop: See: #11895
|
||||
#bund_usr "$UNIX_PREFIX" "bin/luajit" --rename "lua"
|
||||
#bund_usr "$UNIX_PREFIX" "lib/liblua5.1-lgi*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue