diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-03 20:34:09 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-04 10:37:21 +0100 |
commit | 7b39c6e5c4db51c5f45bb47a3e38d0da17ef95af (patch) | |
tree | e0665a5ce5c6e08888f9f76d783748602c5b92c8 /dev-games/openscenegraph-qt | |
parent | www-client/epiphany: bump to 3.32.6 (diff) | |
download | gentoo-7b39c6e5c4db51c5f45bb47a3e38d0da17ef95af.tar.gz gentoo-7b39c6e5c4db51c5f45bb47a3e38d0da17ef95af.tar.bz2 gentoo-7b39c6e5c4db51c5f45bb47a3e38d0da17ef95af.zip |
*/*: Switch games proj to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-games/openscenegraph-qt')
-rw-r--r-- | dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild index 1a1be79e4194..fd7f48f62dbc 100644 --- a/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild +++ b/dev-games/openscenegraph-qt/openscenegraph-qt-3.5.7.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_PN="osgQt" MY_P=${MY_PN}-${PV} -inherit cmake-utils +inherit cmake DESCRIPTION="Qt support for OpenSceneGraph" HOMEPAGE="http://www.openscenegraph.org/" @@ -41,8 +41,8 @@ src_configure() { -DDYNAMIC_OPENSCENEGRAPH=ON -DDESIRED_QT_VERSION=5 -DBUILD_OSG_EXAMPLES=$(usex examples) - $(cmake-utils_use_find_package webkit Qt5WebKitWidgets) + $(cmake_use_find_package webkit Qt5WebKitWidgets) ) - cmake-utils_src_configure + cmake_src_configure } |