Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
6481e64a
Unverified
Commit
6481e64a
authored
Feb 01, 2018
by
Don Gagne
Committed by
GitHub
Feb 01, 2018
Browse files
Merge pull request #6084 from DonLakeFlyer/TTSLinux
Fixes for TTS on Linux
parents
e5694abb
2a32e841
Changes
2
Hide whitespace changes
Inline
Side-by-side
QGCSetup.pri
View file @
6481e64a
...
...
@@ -146,7 +146,8 @@ LinuxBuild {
platforminputcontexts \
platforms \
position \
sqldrivers
sqldrivers \
texttospeech
!contains(DEFINES, __rasp_pi2__) {
QT_PLUGIN_LIST += xcbglintegrations
...
...
deploy/create_linux_appimage.sh
View file @
6481e64a
...
...
@@ -34,10 +34,9 @@ mkdir -p ${APPDIR}
cd
${
TMPDIR
}
wget
-c
--quiet
http://ftp.us.debian.org/debian/pool/main/u/udev/udev_175-7.2_amd64.deb
wget
-c
--quiet
http://ftp.us.debian.org/debian/pool/main/
e/espeak/espeak_1.46.02-2
_amd64.deb
wget
-c
--quiet
http://ftp.us.debian.org/debian/pool/main/
s/speech-dispatcher/speech-dispatcher_0.8.8-1
_amd64.deb
wget
-c
--quiet
http://ftp.us.debian.org/debian/pool/main/libs/libsdl2/libsdl2-2.0-0_2.0.2%2bdfsg1-6_amd64.deb
cd
${
APPDIR
}
find ../
-name
*
.deb
-exec
dpkg
-x
{}
.
\;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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