diff options
| author | Dusan Durech <dusan.d@Centrum.sk> | 2009-08-16 15:33:47 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan.d@Centrum.sk> | 2009-08-16 15:33:47 +0200 |
| commit | fcafb3fc81d340f939bdde215b813d69c34ac9e0 (patch) | |
| tree | a47062bee471b6a1384002ff2e4e5f4caf89afec /packaging | |
| parent | b97ea6df3480e023a4e1be76ed6c357c7f06f01e (diff) | |
| parent | 80fa5d597783793afab25d55757254dcf9172716 (diff) | |
Merge branch 'master' of ssh://oroborus@repo.or.cz/srv/git/tuxanci
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index 672e9aa..255f3a5 100644 --- a/packaging/gentoo/tuxanci-9999.ebuild +++ b/packaging/gentoo/tuxanci-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="alsa debug dedicated ipv6 nls opengl" +IUSE="debug dedicated +ipv6 nls opengl +sound" # alsa is used only when building client RDEPEND=" @@ -30,7 +30,7 @@ RDEPEND=" media-libs/sdl-ttf[X] media-libs/sdl-image[png] x11-libs/cairo[X,svg] - alsa? ( + sound? ( media-libs/sdl-mixer[vorbis] ) ) @@ -39,13 +39,13 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" src_configure() { - local mycmakeargs="$(cmake-utils_use_with alsa AUDIO) + local mycmakeargs="$(cmake-utils_use_with sound AUDIO) $(cmake-utils_use_enable debug) $(cmake-utils_use_build dedicated SERVER) $(cmake-utils_use_with nls) $(cmake-utils_use_with opengl) $(cmake-utils_use_enable ipv6) - $(cmake_utils_use_enable debug)" + $(cmake-utils_use_enable debug)" mycmakeargs="${mycmakeargs} -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} |