Update source files fot qt5, and update qt4 overlays.

This commit is contained in:
Saikrishna Arcot 2017-12-29 21:37:01 -06:00
parent 2a3771dc3d
commit e6a7594a7c
No known key found for this signature in database
GPG Key ID: 8094D9844B1132E9
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' | \