瀏覽代碼

Enable xcb support

Johannes Kreutz 3 年之前
父節點
當前提交
38a7facc48
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      trackpoint-app/thirdparty/qt.sh

+ 1 - 1
trackpoint-app/thirdparty/qt.sh

@@ -41,7 +41,7 @@ fi
 tar -xf "qt-everywhere-src-$QT_MAJOR.$QT_MINOR.$QT_BUGFIX.tar.xz"
 pushd "qt-everywhere-src-$QT_MAJOR.$QT_MINOR.$QT_BUGFIX"
 
-./configure $OPTIONS -ltcg -optimize-size -no-pch -prefix "$DEPLOYDIR" -release -opensource -confirm-license \
+./configure $OPTIONS -ltcg -optimize-size -no-pch -xcb -prefix "$DEPLOYDIR" -release -opensource -confirm-license \
     -nomake examples -nomake tests -nomake tools \
     -skip qtscxml -skip qtwayland -skip qtdatavis3d -skip qtcharts \
     -skip qtquickcontrols2 -skip qtvirtualkeyboard -skip qtshadertools \