Merge pull request #2023 from saiarcot895/qt5-plugin-updates

Update source files fot qt5, and update qt4 overlays.
This commit is contained in:
Tony Theodore 2018-01-15 15:21:55 +11:00 committed by GitHub
commit 0dcf498f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -9,3 +9,9 @@ $(PKG)_QT_VERSION := 4
PKG := qwt
$(PKG)_DEPS := cc qt
$(PKG)_QT_DIR := qt
PKG := poppler
$(PKG)_DEPS := $(filter-out qtbase ,$($(PKG)_DEPS)) qt
PKG := openscenegraph
$(PKG)_DEPS := $(filter-out qtbase ,$($(PKG)_DEPS)) qt

View File

@ -12,7 +12,7 @@ $(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/openscenegraph/OpenSceneGraph/archive/$($(PKG)_FILE)
$(PKG)_DEPS := cc boost curl dcmtk freetype gdal giflib gstreamer \
gta jasper jpeg libpng openal openexr openthreads poppler \
qt tiff zlib
qtbase tiff zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.openscenegraph.org/index.php/download-section/stable-releases' | \