diff options
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/freeminer/freeminer-scm.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games-action/freeminer/freeminer-scm.ebuild b/games-action/freeminer/freeminer-scm.ebuild index 753dbce..b176786 100644 --- a/games-action/freeminer/freeminer-scm.ebuild +++ b/games-action/freeminer/freeminer-scm.ebuild @@ -12,11 +12,11 @@ EGIT_REPO_URI="git://github.com/freeminer/${PN}.git" LICENSE="LGPL-2.1+ CC-BY-SA-3.0" SLOT="0" KEYWORDS="" -IUSE="+curl dedicated leveldb luajit nls +server +sound +truetype" +IUSE="+curl dedicated gles leveldb luajit nls redis server +sound +truetype" RDEPEND="dev-db/sqlite:3 >=dev-games/irrlicht-1.8-r2 - >=dev-lang/lua-5.1.4 + !luajit? ( >=dev-lang/lua-5.1.4 ) sys-libs/zlib curl? ( net-misc/curl ) !dedicated? ( @@ -35,6 +35,10 @@ RDEPEND="dev-db/sqlite:3 ) leveldb? ( dev-libs/leveldb ) luajit? ( dev-lang/luajit:2 ) + redis? ( + dev-db/redis + dev-libs/hiredis + ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" @@ -73,7 +77,8 @@ src_configure() { $(cmake-utils_use_enable truetype FREETYPE) $(cmake-utils_use_enable sound SOUND) $(cmake-utils_use_enable leveldb LEVELDB) - $(cmake-utils_use_use luajit LUAJIT) + $(cmake-utils_use_enable redis REDIS) + $(cmake-utils_use_enable gles GLES) ) cmake-utils_src_configure |