diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-29 13:18:33 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-29 13:18:33 +0000 |
commit | 2590f8b16f42200957d902c322cf53e26c9c09a0 (patch) | |
tree | 7fd80f318d346b08a753b8a5523c406c15eb5199 /profiles/targets | |
parent | Default-enable maildir and other useflags. Fixes #286922 (diff) | |
download | gentoo-2-2590f8b16f42200957d902c322cf53e26c9c09a0.tar.gz gentoo-2-2590f8b16f42200957d902c322cf53e26c9c09a0.tar.bz2 gentoo-2-2590f8b16f42200957d902c322cf53e26c9c09a0.zip |
Enable consolekit in make.defaults for bluez support (acked by mraudsepp).
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/targets/desktop/make.defaults b/profiles/targets/desktop/make.defaults index 6839627d196c..fbd62a8dc098 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.10 2009/08/23 19:29:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.11 2009/09/29 13:18:33 ssuominen Exp $ USE="a52 aac acpi alsa branding cairo cdr dbus dts dvd dvdr eds emboss encode evo fam firefox flac gif gnome gpm gstreamer gtk hal jpeg kde ldap libnotify mad mikmod mp3 mp4 mpeg ogg opengl pdf png ppds qt3support qt4 quicktime sdl spell svg thunar tiff truetype vorbis win32codecs unicode usb X x264 xml xulrunner xv xvid" @@ -8,4 +8,4 @@ USE="a52 aac acpi alsa branding cairo cdr dbus dts dvd dvdr eds emboss encode ev USE="${USE} startup-notification" # Adding this for bluetooth support -USE="${USE} bluetooth" +USE="${USE} bluetooth consolekit" |