diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-08-14 12:51:08 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-08-14 12:51:08 +0200 |
| commit | 9c49d4308fea497fff69ee8b397414ae870061ea (patch) | |
| tree | 15791cf393ec6e191d041c60a82c98286df0e6d3 /packaging/gentoo/tuxanci-9999.ebuild | |
| parent | 7c11f269c0463177ffd233a9d7ae8420a25084c8 (diff) | |
Ebuild: rename alsa useflag onto more descriptive sound
Diffstat (limited to 'packaging/gentoo/tuxanci-9999.ebuild')
| -rw-r--r-- | packaging/gentoo/tuxanci-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/gentoo/tuxanci-9999.ebuild b/packaging/gentoo/tuxanci-9999.ebuild index f127544..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,7 +39,7 @@ 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) |