You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/calculate/desktop/CLD/make.defaults

25 lines
776 B

# Adds support for lirc (Linux's Infra-Red Remote Control)
USE="lirc"
# Adds LDAP support (Lightweight Directory Access Protocol)
USE="${USE} ldap"
# support for the remote desktop protocol
USE="${USE} rdesktop"
# Adds mySQL Database support
USE="${USE} mysql"
# Adds support for the postgresql database
#USE="${USE} postgres"
# enable WebKit support
USE="${USE} webkit"
# Enables support for Evolution-Data-Server(eds)
USE="${USE} -eds"
# Adds GNOME support
USE="${USE} -gnome"
# Adds support for kde-base/kde (K Desktop Enviroment)
USE="${USE} kde"
# Adds support for the Qt GUI/Application Toolkit version 4.x
USE="${USE} qt4"
# Enable the Qt3Support libraries for Qt4
USE="${USE} qt3support"
# Adds support for the Qt GUI/Application Toolkit version 3.x
USE="${USE} -qt3"