view src/qtimageformats.mk @ 4801:206f76f1b59c

qt: update to version 5.11.1 This change fixes an initialization problem for Linux builds that appeared with the update to Qt 5.11.0. At startup, the Octave GUI would hang after displaying a black main window.
author John W. Eaton <jwe@octave.org>
date Fri, 17 Aug 2018 11:21:08 -0400
parents 4cea16af20b4
children ab2f299ccd4c
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := qtimageformats
$(PKG)_IGNORE   :=
$(PKG)_VERSION   = $(qtbase_VERSION)
$(PKG)_CHECKSUM := 6782ae5772b703e33d6fa1e4e051a6bcb07f4690
$(PKG)_SUBDIR    = $(subst qtbase,qtimageformats,$(qtbase_SUBDIR))
$(PKG)_FILE      = $(subst qtbase,qtimageformats,$(qtbase_FILE))
$(PKG)_URL       = $(subst qtbase,qtimageformats,$(qtbase_URL))
$(PKG)_DEPS     := jasper libmng qtbase tiff

define $(PKG)_UPDATE
    echo $(qtbase_VERSION)
endef

define $(PKG)_BUILD
    cd '$(1)' && '$(MXE_QMAKE)'
    $(MAKE) -C '$(1)' -j '$(JOBS)'
    $(MAKE) -C '$(1)' -j 1 install
endef