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

Commit

Permalink
qt5base: Build config change for PyQt5
Browse files Browse the repository at this point in the history
  • Loading branch information
ar664 committed Mar 23, 2022
1 parent 521bfd9 commit 8ef0743
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packages/qt5-qtbase/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ termux_step_configure () {
-system-freetype \
-ssl \
-openssl-linked \
-no-system-proxies \
-system-proxies \
-no-cups \
-system-harfbuzz \
-no-opengl \
Expand All @@ -111,8 +111,7 @@ termux_step_configure () {
-system-libpng \
-system-libjpeg \
-system-sqlite \
-sql-sqlite \
-no-feature-systemsemaphore
-sql-sqlite

}

Expand Down
5 changes: 2 additions & 3 deletions packages/qt5-qtbase/termux-build-qmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ termux_step_configure () {
-system-freetype \
-ssl \
-openssl-linked \
-no-system-proxies \
-system-proxies \
-no-cups \
-system-harfbuzz \
-no-opengl \
Expand All @@ -74,8 +74,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

0 comments on commit 8ef0743

Please sign in to comment.