Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
ba90b2f8
Unverified
Commit
ba90b2f8
authored
Feb 01, 2018
by
Don Gagne
Committed by
GitHub
Feb 01, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6087 from DonLakeFlyer/TTSLinuxStable
Fix missing TTS stuff
parents
ee46c6b5
caa7ecd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
QGCSetup.pri
QGCSetup.pri
+2
-1
create_linux_appimage.sh
deploy/create_linux_appimage.sh
+1
-2
No files found.
QGCSetup.pri
View file @
ba90b2f8
...
...
@@ -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 @
ba90b2f8
...
...
@@ -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
Markdown
is supported
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