diff Docs/options.md @ 721:034a2a62a9f8

vanilla: consolidate options with lint-options.sh
author David Demelier <markand@malikania.fr>
date Mon, 05 Aug 2019 13:19:31 +0200
parents 6b4ba668a43c
children 25a95c53d800
line wrap: on
line diff
--- a/Docs/options.md	Mon Aug 05 12:41:20 2019 +0200
+++ b/Docs/options.md	Mon Aug 05 13:19:31 2019 +0200
@@ -4,50 +4,104 @@
 Use the following predefined options before creating your own.
 
 - ACL: enable access control list support
+- ALSA: enable Advanced Linux Sound Architecture support
+- ATTR: enable attributes support
+- AUDIT: enable security audit support
+- AVAHI: enable avahi support
 - BLUETOOTH: enable bluetooth support
 - BZIP2: enable bzip2 compression support
+- CAIRO: enable cairo graphics
+- CAP: enable capabilities support
+- CDPARANOIA: enable CD-Audio support through cdparanoia
+- COLORS: enable colors support
+- CRYPTO: enable cryptographic functionalities
+- CUPS: enable printing support through CUPS
 - DBUS: enable D-Bus support
 - DOXYGEN: enable doxygen documentation support
 - DRM: enable direct rendering manager support
 - DTD: enable XML validation support
 - EGL: enable EGL support
+- EVDEV: enable input drivers through evdev
+- FFI: enable foreign function interface support
 - FLAC: enable flac support
 - FONTCONFIG: enable fontconfig support
 - FREETYPE: enable freetype support
 - GALLIUM: enable LLVM gallium support
 - GDBM: enable GNU database support
+- GEOLOCATION: enable geolocation positioning support
 - GLAMOR: enable 2D graphics support
 - GLES1: enable GLES1 support
 - GLES2: enable GLES2 support
 - GLES3: enable GLES3 support
+- GLIB: enable glib library support
 - GMP: enable GNU multiple precision library
+- GNOME: enable GNOME desktop support
+- GSTREAMER: enable gstreamer multimedia framework support
 - GTK2: enable Gtk 2 toolkit support
-- GTK3: enable Gtk 3 toolkit support
-- GTK4: enable Gtk 4 toolkit support
+- GTK: enable Gtk 3 toolkit support
 - GUILE: enable GNU guile support
+- HARFBUZZ: enable font rendering engine support
+- ICU: enable International Components for Unicode support
 - IDN2: enable libidn2 support
+- INTROSPECTION: enable GObject introspection support
+- IPV6: enable IPv6 support
+- JACK: enable JACK Audio Connection Kit support
+- JPEG: enable JPEG image format support
+- KERBEROS: enable kerberos authentication system support
 - KMS: enable kernel mode settings support
 - LEGACY: enable obsolete or deprecated features
+- LIBEDIT: enable command line completion through libedit
+- LIBINPUT: enable input drivers through libinput
 - LLVM: enable LLVM support
 - LZ4: enable lz4 compression support
 - LZMA: enable lzma compression support
+- LZO: enable lz4 compression support
 - MIDI: enable midi support
 - MNL: enable netlink minimalistic library support
+- MTDEV: enable multitouch devices support
+- NCURSES: enable new curses library support
+- NGHTTP2: enable nghttp2 support
 - NLS: enable native language support
+- NOTIFICATIONS: enable desktop notifications
 - OGG: enable libogg support
+- OPENGL: enable OpenGL support
+- OPENMP: enable OpenMP support
+- OPUS: enable OPUS audio codec support
+- OSS: enable OpenSound System support
 - PAM: enable PAM support
+- PANGO: enable pango font engine support
 - PCRE: enable perl-like regular expression support
+- PDF: enable PDF support
+- PERL: enable Perl language
+- PNG: enable PNG image format support
+- POLKIT: enable polkit authentication engine support
 - PULSEAUDIO: enable PulseAudio support
 - PYTHON: enable Python 3 bindings or support
 - QT5: enable Qt 5 toolkit support
+- READLINE: enable command line completion support through readline
+- SELINUX: enable NSA SELinux support
+- SPELL: enable spell check support
 - SPHINX: enable sphinx documentation support
 - SSH: enable SSH support
 - SSL: enable SSL/TLS, some packages offer several choices (e.g. openssl, gnutls)
+- STATIC: build static libraries or executable (internal use only)
+- SVG: enable SVG image format support
+- SYSLOG: enable logs through syslog support
+- TCL: enable TCL language support
+- THEORA: enable theora video codec support
+- TIFF: enable TIFF image format support
+- TRUECOLOR: enable truecolor in terminal applications
 - UDEV: enable eudev support
+- UPOWER: enable upower system support
 - UUID: enable UUID support
+- VALA: enable vala bindings support
 - VORBIS: enable libvorbis support
+- VULKAN: enable vulkan support
 - WACOM: enable wacom support
 - WAYLAND: enable wayland support
+- WEBKIT: enable webkit web engine support
+- WEBP: enable webp image format support
+- WOFF2: enable woff2 font support
 - X: enable X.Org support
 - XML: enable XML support
 - XZ: enable XZ support