diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 15:43:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-14 15:43:23 +0000 |
commit | 173415ac98f1e1fe6302d52de01c3e3a38eb5b31 (patch) | |
tree | c4a4d440fcdc5dca66ef163dad1431655a16cee1 /profiles | |
parent | Stable on hppa (diff) | |
download | historical-173415ac98f1e1fe6302d52de01c3e3a38eb5b31.tar.gz historical-173415ac98f1e1fe6302d52de01c3e3a38eb5b31.tar.bz2 historical-173415ac98f1e1fe6302d52de01c3e3a38eb5b31.zip |
Added nptlonly and INPUT_DEVICES to parent profile and win32codecs to desktop.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/dev/2006.1/desktop/make.defaults | 4 | ||||
-rw-r--r-- | profiles/default-linux/x86/dev/2006.1/make.defaults | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults b/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults index 8ceaad7545d6..02d0046b640d 100644 --- a/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults +++ b/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults @@ -1,5 +1,5 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults,v 1.1 2006/03/14 15:09:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/desktop/make.defaults,v 1.2 2006/03/14 15:43:23 wolf31o2 Exp $ -USE="alsa apm arts avi dbus eds emboss encode esd gif gnome gpm gstreamer gtk gtk2 hal imlib jpeg kde mad mikmod motif mp3 mpeg ogg opengl oss pdflib png qt quicktime sdl spell truetype vorbis X xml xmms xv" +USE="alsa apm arts avi dbus eds emboss encode esd gif gnome gpm gstreamer gtk gtk2 hal imlib jpeg kde mad mikmod motif mp3 mpeg ogg opengl oss pdflib png qt quicktime sdl spell truetype vorbis win32codecs X xml xmms xv" diff --git a/profiles/default-linux/x86/dev/2006.1/make.defaults b/profiles/default-linux/x86/dev/2006.1/make.defaults index 40f3eafab0c4..e496506c08c0 100644 --- a/profiles/default-linux/x86/dev/2006.1/make.defaults +++ b/profiles/default-linux/x86/dev/2006.1/make.defaults @@ -1,9 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/make.defaults,v 1.1 2006/03/14 15:13:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/make.defaults,v 1.2 2006/03/14 15:43:23 wolf31o2 Exp $ # This is currently commented so that the stage1 tarball can also be used to # build no-nptl systems. -#STAGE1_USE="nptl" +STAGE1_USE="nptl nptlonly" -USE="cups foomaticdb gdbm gpm ldap libg++ nptl udev" +# These USE flags are what is common between the various sub-profiles. +USE="cups foomaticdb gdbm gpm ldap libg++ nptl nptlonly udev" + +# By default, we enable keyboard and mouse support for the modular X.Org server. +INPUT_DEVICES="mouse keyboard" |