diff --git a/mingw-w64-osgearth/PKGBUILD b/mingw-w64-osgearth/PKGBUILD index 47ccf8166e..9e33359595 100644 --- a/mingw-w64-osgearth/PKGBUILD +++ b/mingw-w64-osgearth/PKGBUILD @@ -9,19 +9,19 @@ pkgrel=1 arch=('any') license=('LGPL') url="http://osgearth.org" -depends=("${MINGW_PACKAGE_PREFIX}-curl" +depends=("${MINGW_PACKAGE_PREFIX}-OpenSceneGraph" + "${MINGW_PACKAGE_PREFIX}-OpenSceneGraph-debug" + "${MINGW_PACKAGE_PREFIX}-osgQt" + "${MINGW_PACKAGE_PREFIX}-osgQt-debug" + "${MINGW_PACKAGE_PREFIX}-curl" "${MINGW_PACKAGE_PREFIX}-gdal" "${MINGW_PACKAGE_PREFIX}-geos" - "${MINGW_PACKAGE_PREFIX}-gdal" "${MINGW_PACKAGE_PREFIX}-poco" "${MINGW_PACKAGE_PREFIX}-protobuf" "${MINGW_PACKAGE_PREFIX}-sqlite3") makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config" - "${MINGW_PACKAGE_PREFIX}-cmake" - "${MINGW_PACKAGE_PREFIX}-osgQt" - "${MINGW_PACKAGE_PREFIX}-osgQt-debug" - "${MINGW_PACKAGE_PREFIX}-gdal") + "${MINGW_PACKAGE_PREFIX}-cmake") options=('staticlibs' 'strip') source=("https://github.com/gwaldron/osgearth/archive/${_realname}-${pkgver}.tar.gz") sha256sums=('22aeef42bb700c1e669d9ba57ce4155c0668caf86cc738750a6b9d34c1eaf2a4')