Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 746737
Collapse All | Expand All

(-)pulseaudio-13.0-r1.ebuild (-2 / +2 lines)
Lines 195-210 multilib_src_configure() { Link Here
195
		$(use_enable ipv6)
195
		$(use_enable ipv6)
196
		$(use_with caps)
196
		$(use_with caps)
197
	)
197
	)
198
198
199
	if use elogind && multilib_is_native_abi; then
199
	if use elogind && multilib_is_native_abi; then
200
		myconf+=(
200
		myconf+=(
201
			--enable-systemd-login
201
			--enable-systemd-login
202
			"SYSTEMDLOGIN_CFLAGS=`pkg-config --cflags "libelogind" 2>/dev/null`"
202
			SYSTEMDLOGIN_CFLAGS=`pkg-config --cflags "libelogind" 2>/dev/null`
203
			"SYSTEMDLOGIN_LIBS=`pkg-config --libs "libelogind" 2>/dev/null`"
203
			SYSTEMDLOGIN_LIBS=`pkg-config --libs "libelogind" 2>/dev/null`
204
		)
204
		)
205
	fi
205
	fi
206
206
207
	if use bluetooth; then
207
	if use bluetooth; then
208
		myconf+=(
208
		myconf+=(
209
			$(multilib_native_use_enable native-headset bluez5-native-headset)
209
			$(multilib_native_use_enable native-headset bluez5-native-headset)
210
			$(multilib_native_use_enable ofono-headset bluez5-ofono-headset)
210
			$(multilib_native_use_enable ofono-headset bluez5-ofono-headset)

Return to bug 746737