comparison src/qtbase.mk @ 4487:7b73612f57b9

qtbase: Optionally depend on X11 and fontconfig libraries.
author John W. Eaton <jwe@octave.org>
date Thu, 05 Oct 2017 07:57:25 -0400
parents 86176b88d1f8
children 903796b2fcb6
comparison
equal deleted inserted replaced
4486:7467937cb7bf 4487:7b73612f57b9
7 $(PKG)_CHECKSUM := a3ddcde8978d3a05bb4342fce364a792472a16e6 7 $(PKG)_CHECKSUM := a3ddcde8978d3a05bb4342fce364a792472a16e6
8 $(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz 9 $(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz
10 $(PKG)_URL := http://download.qt.io/official_releases/qt/5.7/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE) 10 $(PKG)_URL := http://download.qt.io/official_releases/qt/5.7/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
11 $(PKG)_DEPS := dbus freetds freetype fontconfig jpeg libpng pcre postgresql sqlite zlib 11 $(PKG)_DEPS := dbus freetds freetype fontconfig jpeg libpng pcre postgresql sqlite zlib
12 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
13 $(PKG)_FONTCONFIG := fontconfig
14 endif
15 ifeq ($(MXE_WINDOWS_BUILD),no)
16 ifeq ($(USE_SYSTEM_X11_LIBS),no)
17 $(PKG)_DEPS += x11 xext xfixes xdmcp xrender xfixes xdamage xt xxf86vm
18 endif
19 endif
12 20
13 define $(PKG)_UPDATE 21 define $(PKG)_UPDATE
14 $(WGET) -q -O- http://download.qt-project.org/official_releases/qt/5.5/ | \ 22 $(WGET) -q -O- http://download.qt-project.org/official_releases/qt/5.5/ | \
15 $(SED) -n 's,.*href="\(5\.[0-9]\.[^/]*\)/".*,\1,p' | \ 23 $(SED) -n 's,.*href="\(5\.[0-9]\.[^/]*\)/".*,\1,p' | \
16 grep -iv -- '-rc' | \ 24 grep -iv -- '-rc' | \