summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-07-20 10:48:41 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-07-20 10:48:58 +0200
commitf1078ffd4a99c128dbf5f292ff59e526b347f34c (patch)
treec69d9e1b379284000c352fd33b6b20b8b307fd28 /media-sound/bluez-alsa
parentmedia-sound/bluez-alsa: Bump to version 1.3.0 (diff)
downloadgentoo-f1078ffd4a99c128dbf5f292ff59e526b347f34c.tar.gz
gentoo-f1078ffd4a99c128dbf5f292ff59e526b347f34c.tar.bz2
gentoo-f1078ffd4a99c128dbf5f292ff59e526b347f34c.zip
media-sound/bluez-alsa: Synced live ebuild.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'media-sound/bluez-alsa')
-rw-r--r--media-sound/bluez-alsa/bluez-alsa-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild
index 186e2b9681cb..6c59d2ee4e2f 100644
--- a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild
+++ b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild
@@ -17,12 +17,12 @@ fi
LICENSE="MIT"
SLOT="0"
-IUSE="aac debug hcitop"
+IUSE="aac debug hcitop static-libs"
-RDEPEND=">=dev-libs/glib-2.16[dbus,${MULTILIB_USEDEP}]
+RDEPEND=">=dev-libs/glib-2.26[dbus,${MULTILIB_USEDEP}]
>=media-libs/alsa-lib-1.0[${MULTILIB_USEDEP}]
>=media-libs/sbc-1.2[${MULTILIB_USEDEP}]
- >=net-wireless/bluez-5[${MULTILIB_USEDEP}]
+ >=net-wireless/bluez-5.0[${MULTILIB_USEDEP}]
aac? ( >=media-libs/fdk-aac-0.1.1[${MULTILIB_USEDEP}] )
hcitop? (
dev-libs/libbsd
@@ -38,8 +38,10 @@ src_prepare() {
multilib_src_configure() {
local myeconfargs=(
+ --enable-rfcomm
$(use_enable aac)
$(use_enable debug)
+ $(use_enable static-libs static)
$(multilib_native_use_enable hcitop)
)
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"