Skip to content

Commit

Permalink
Enable GTK, XCB and use Qt libpng and libjpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Feb 25, 2019
1 parent fda19da commit 1a75649
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
language: c
dist: xenial

addons:
apt:
update: true
packages:
- libxcb1-dev
- libxkbcommon-dev
- libgtk-3-dev

script: ./build-linux.sh

deploy:
Expand Down
4 changes: 4 additions & 0 deletions build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ build_qt() {
-prefix "`pwd`/../../qt" \
-opensource -confirm-license \
-release \
-xcb \
-gtk \
-qt-libpng \
-qt-libjpeg \
-no-opengl \
-no-feature-cups \
-no-feature-icu \
Expand Down

0 comments on commit 1a75649

Please sign in to comment.