commit: f1078ffd4a99c128dbf5f292ff59e526b347f34c
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 08:48:41 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 08:48:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1078ffd
media-sound/bluez-alsa: Synced live ebuild.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
media-sound/bluez-alsa/bluez-alsa-9999.ebuild | 8 +++++---
1 file 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 186e2b9681c..6c59d2ee4e2 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[@]}"