We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a54a56 commit 0ca116fCopy full SHA for 0ca116f
2 files changed
Script/build_depend.sh
@@ -515,7 +515,6 @@ if [ $QTERMWIDGET -eq 1 ]; then
515
if [ ! -d ${INSTALL_DIR}/lib/cmake/qtermwidget6 ]; then
516
git clone https://github.com/KangLin/qtermwidget.git
517
cd qtermwidget
518
- git checkout keyboardlayout
519
cmake -E make_directory build
520
cd build
521
cmake .. -DCMAKE_BUILD_TYPE=Release \
snap/snapcraft.yaml
@@ -243,7 +243,7 @@ parts:
243
source: https://github.com/KangLin/qtermwidget.git
244
source-type: git
245
#source-tag: 2.2.0
246
- source-branch: keyboardlayout
+ source-branch: master
247
source-depth: 1
248
after:
249
- lxqt-build-tools
0 commit comments