mirror of
https://git.suyu.dev/suyu/ext-linux-bin
synced 2024-11-21 14:29:04 -07:00
deploy-linux: Add wayland integration plugins
This commit is contained in:
parent
00d6cc48b9
commit
19907b7500
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ if [ "${DEPLOY_QT}" == "1" ]; then
|
|||
|
||||
_QT_PLUGIN_PATH=$(readlink -e $(find ${_QT_PATH} -type d -regex '.*/plugins/platforms' | head -n 1)/../)
|
||||
|
||||
for i in audio bearer imageformats mediaservice platforminputcontexts platformthemes xcbglintegrations platforms; do
|
||||
for i in audio bearer imageformats mediaservice platforminputcontexts platformthemes xcbglintegrations platforms wayland-decoration-client wayland-graphics-integration-client wayland-graphics-integration-server wayland-shell-integration; do
|
||||
mkdir -p ${LIB_DIR}/../plugins/${i}
|
||||
cp -rnv ${_QT_PLUGIN_PATH}/${i}/*.so ${LIB_DIR}/../plugins/${i}
|
||||
find ${LIB_DIR}/../plugins/ -type f -regex '.*\.so' -exec patchelf --set-rpath '$ORIGIN/../../lib:$ORIGIN' {} ';'
|
||||
|
|
Loading…
Reference in a new issue