mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-geosciences/qgis: Add USE=qml
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -19,5 +19,6 @@
|
||||
<flag name="grass">Add support for <pkg>sci-geosciences/grass</pkg></flag>
|
||||
<flag name="mapserver">Determines whether mapserver should be built</flag>
|
||||
<flag name="polar">Enable support for the polar coordinate system via <pkg>x11-libs/qwtpolar</pkg></flag>
|
||||
<flag name="qml">Enable support Qml-based plugins using <pkg>dev-qt/qtdeclarative</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -23,7 +23,7 @@ HOMEPAGE="https://www.qgis.org/"
|
||||
|
||||
LICENSE="GPL-2+ GPL-3+"
|
||||
SLOT="0"
|
||||
IUSE="3d examples georeferencer grass mapserver oracle polar postgres python webkit"
|
||||
IUSE="3d examples georeferencer grass mapserver oracle polar postgres python qml webkit"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )"
|
||||
|
||||
@@ -80,6 +80,7 @@ COMMON_DEPEND="
|
||||
>=sci-libs/gdal-2.2.3[python,${PYTHON_USEDEP}]
|
||||
postgres? ( dev-python/psycopg:2[${PYTHON_USEDEP}] )
|
||||
)
|
||||
qml? ( >=dev-qt/qtdeclarative-${QT_MIN_VER}:5 )
|
||||
webkit? ( >=dev-qt/qtwebkit-5.9.1:5 )
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
@@ -144,6 +145,7 @@ src_configure() {
|
||||
-DWITH_POSTGRESQL=$(usex postgres)
|
||||
-DWITH_BINDINGS=$(usex python)
|
||||
-DWITH_CUSTOM_WIDGETS=$(usex python)
|
||||
-DWITH_QUICK=$(usex qml)
|
||||
-DWITH_QTWEBKIT=$(usex webkit)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user