diff options
author | 2017-02-04 17:17:34 +0100 | |
---|---|---|
committer | 2017-02-07 00:01:57 +0100 | |
commit | 9c51f2971df92b9732494b7ec13e19173d13e585 (patch) | |
tree | 280c242d6141a8c3f24758f72d9e77e1f5851a40 /games-simulation/flightgear/flightgear-2016.4.4.ebuild | |
parent | sys-kernel/ck-sources: remove elog msg (dead forum thread) (diff) | |
download | gentoo-9c51f2971df92b9732494b7ec13e19173d13e585.tar.gz gentoo-9c51f2971df92b9732494b7ec13e19173d13e585.tar.bz2 gentoo-9c51f2971df92b9732494b7ec13e19173d13e585.zip |
games-simulation/flightgear: sync ebuilds with CMake (wrt options, also for simgear)
Diffstat (limited to 'games-simulation/flightgear/flightgear-2016.4.4.ebuild')
-rw-r--r-- | games-simulation/flightgear/flightgear-2016.4.4.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games-simulation/flightgear/flightgear-2016.4.4.ebuild b/games-simulation/flightgear/flightgear-2016.4.4.ebuild index c0949ff80e9e..5104182f3e34 100644 --- a/games-simulation/flightgear/flightgear-2016.4.4.ebuild +++ b/games-simulation/flightgear/flightgear-2016.4.4.ebuild @@ -15,6 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="dbus debug examples qt5 test +udev +utils vim-syntax" +# zlib is some strange auto-dep from simgear COMMON_DEPEND=" dev-db/sqlite:3 >=dev-games/openscenegraph-3.2.0[png] @@ -38,10 +39,14 @@ COMMON_DEPEND=" virtual/opengl ) " +# libXi and libXmu are build-only-deps according to FindGLUT.cmake DEPEND="${COMMON_DEPEND} >=dev-libs/boost-1.44 >=media-libs/plib-1.8.5 - utils? ( x11-libs/libXmu ) + utils? ( + x11-libs/libXi + x11-libs/libXmu + ) " RDEPEND="${COMMON_DEPEND} ~games-simulation/${PN}-data-${PV} @@ -73,7 +78,6 @@ src_configure() { -DFG_DATA_DIR=/usr/share/${PN} -DJSBSIM_TERRAIN=ON -DOSG_FSTREAM_EXPORT_FIXED=OFF # TODO also see simgear - -DSIMGEAR_SHARED=ON -DSP_FDMS=ON -DSYSTEM_FLITE=ON -DSYSTEM_HTS_ENGINE=ON |