Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

qt5base: Build config change for PyQt5 #683

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/qt5-qtbase/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ termux_step_configure () {
-L "${TERMUX_PREFIX}/lib" \
-nomake examples \
-no-pch \
-feature-itemmodel \
-no-accessibility \
-glib \
-gtk \
Expand All @@ -90,7 +91,7 @@ termux_step_configure () {
-system-freetype \
-ssl \
-openssl-linked \
-no-system-proxies \
-system-proxies \
-no-cups \
-system-harfbuzz \
-no-opengl \
Expand All @@ -111,8 +112,7 @@ termux_step_configure () {
-system-libpng \
-system-libjpeg \
-system-sqlite \
-sql-sqlite \
-no-feature-systemsemaphore
-sql-sqlite

}

Expand Down
6 changes: 3 additions & 3 deletions packages/qt5-qtbase/termux-build-qmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ termux_step_configure () {
-plugindir "${TERMUX_PREFIX}/libexec/qt" \
-nomake examples \
-no-pch \
-feature-itemmodel \
-no-accessibility \
-no-glib \
-icu \
Expand All @@ -53,7 +54,7 @@ termux_step_configure () {
-system-freetype \
-ssl \
-openssl-linked \
-no-system-proxies \
-system-proxies \
-no-cups \
-system-harfbuzz \
-no-opengl \
Expand All @@ -74,8 +75,7 @@ termux_step_configure () {
-system-libpng \
-system-libjpeg \
-system-sqlite \
-sql-sqlite \
-no-feature-systemsemaphore
-sql-sqlite
}

if [ ! -e "qtbase-everywhere-opensource-src-${TERMUX_PKG_VERSION}.tar.xz" ]; then
Expand Down