feather-patch
dsc 4 years ago
parent d428192622
commit 8f4a97f2c0

@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := 33960404d579675b7210de103ed06a72613bfc4305443e278e2d32a3eb1f3
$(PKG)_SUBDIR := $(PKG)-everywhere-src-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-everywhere-src-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := https://download.qt.io/official_releases/qt/5.15/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
$(PKG)_DEPS := cc dbus fontconfig freetds freetype harfbuzz jpeg libmysqlclient libpng mesa openssl pcre2 postgresql sqlite zlib zstd $(BUILD)~zstd
$(PKG)_DEPS := cc dbus fontconfig freetds freetype harfbuzz jpeg libpng mesa openssl pcre2 zlib zstd $(BUILD)~zstd
$(PKG)_DEPS_$(BUILD) :=
$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS)
@ -49,16 +49,32 @@ define $(PKG)_BUILD
-accessibility \
-nomake examples \
-nomake tests \
-plugin-sql-mysql \
-mysql_config $(PREFIX)/$(TARGET)/bin/mysql_config \
-plugin-sql-sqlite \
-plugin-sql-odbc \
-plugin-sql-psql \
-plugin-sql-tds -D Q_USE_SYBASE \
-system-zlib \
-system-libpng \
-system-libjpeg \
-system-sqlite \
-skip qtlocation \
-skip qtsensors \
-skip qtgamepad \
-skip qtserialbus \
-skip qtquickcontrols \
-skip qtquickcontrols2 \
-skip qtspeech \
-skip qtserialport \
-skip qtandroidextras \
-skip qtpurchasing \
-skip qtwebview \
-skip qtscript \
-skip qtvirtualkeyboard \
-skip qtcharts \
-skip qtwebchannel \
-skip qtwebengine \
-skip qt3d \
-skip qtcanvas3d \
-skip qtwebkit \
-skip qtwebkit-examples \
-no-feature-cups \
-no-feature-ftp \
-no-feature-pdf \
-fontconfig \
-system-freetype \
-system-harfbuzz \
@ -129,3 +145,4 @@ define $(PKG)_BUILD_$(BUILD)
$(MAKE) -C '$(BUILD_DIR)' -j 1 install
ln -sf '$(PREFIX)/$(TARGET)/qt5/bin/qmake' '$(PREFIX)/bin/$(TARGET)'-qmake-qt5
endef

Loading…
Cancel
Save