diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-12-19 11:33:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-12-19 11:33:35 +0000 |
commit | 6d38f7e001c36cd1171a31f8ced712e2fa2c4646 (patch) | |
tree | 9fda63338fe3829962c88f6e1a9cd8fe4468863f /profiles/targets | |
parent | remove unused versions (diff) | |
download | historical-6d38f7e001c36cd1171a31f8ced712e2fa2c4646.tar.gz historical-6d38f7e001c36cd1171a31f8ced712e2fa2c4646.tar.bz2 historical-6d38f7e001c36cd1171a31f8ced712e2fa2c4646.zip |
Add xulrunner USE-flag to the make.default of desktop profile
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 bda025c2f35d..c180e0f47996 100644 --- a/profiles/targets/desktop/make.defaults +++ b/profiles/targets/desktop/make.defaults @@ -1,8 +1,8 @@ # 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.3 2008/11/04 14:56:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/make.defaults,v 1.4 2008/12/19 11:33:35 armin76 Exp $ -USE="acpi alsa branding cairo cdr dbus dvd dvdr dvdread eds emboss encode esd evo fam firefox gif gnome gpm gstreamer gtk hal jpeg kde ldap libnotify mad mikmod mp3 mpeg ogg opengl pdf png ppds qt3 qt3support qt4 quicktime sdl spell svg tiff truetype vorbis win32codecs unicode usb X xml xv" +USE="acpi alsa branding cairo cdr dbus dvd dvdr dvdread eds emboss encode esd evo fam firefox gif gnome gpm gstreamer gtk hal jpeg kde ldap libnotify mad mikmod mp3 mpeg ogg opengl pdf png ppds qt3 qt3support qt4 quicktime sdl spell svg tiff truetype vorbis win32codecs unicode usb X xml xulrunner xv" # This is added for GNOME/Xfce USE="${USE} startup-notification" |