diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2014-02-04 14:28:46 +0100 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2014-02-04 14:28:46 +0100 |
commit | aacce676c49d75990637e474d19a365aa4c3824d (patch) | |
tree | 28b9fe179c6dad34b2917504c1bf4c636090f5ad | |
parent | profiles/server: Bump net-proxy/haproxy (diff) | |
download | portage-aacce676c49d75990637e474d19a365aa4c3824d.tar.xz |
profiles/desktop: Enable xorg USE flag by default
-rw-r--r-- | profiles/desktop/make.defaults | 2 | ||||
-rw-r--r-- | profiles/desktop/package.use | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index ab25664a..0f7efac2 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -32,7 +32,7 @@ USE="${USE} -cups" USE="${USE} -policykit" # Graphical protocol -USE="${USE} X" +USE="${USE} X xorg" # Graphical toolkits USE="${USE} -gnome -qt3support -wxwidgets" diff --git a/profiles/desktop/package.use b/profiles/desktop/package.use index b237a967..94b565da 100644 --- a/profiles/desktop/package.use +++ b/profiles/desktop/package.use @@ -70,6 +70,8 @@ net-nds/openldap minimal sys-apps/iproute2 -iptables sys-apps/lshw -gtk +x11-libs/libdrm libkms + virtual/mysql minimal app-office/grisbi nls |