mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
317 lines
8.4 KiB
Meson
317 lines
8.4 KiB
Meson
|
option('install-sysactions',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'install /etc/enlightenment/sysactions.conf: (default=true)')
|
||
|
option('install-system',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'install /etc/enlightenment/system.conf: (default=true)')
|
||
|
option('install-enlightenment-menu',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'install /etc/xdg/menus/e-applications.menu: (default=true)')
|
||
|
option('files',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable Files menu item: (default=true)')
|
||
|
option('nls',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable localization: (default=true)')
|
||
|
|
||
|
option('edje-cc',
|
||
|
type : 'string',
|
||
|
description: 'A path to a edje_cc. Defaults to system edje_cc')
|
||
|
|
||
|
option('eldbus-codegen',
|
||
|
type : 'string',
|
||
|
description: 'A path to a eldbus-codegen. Defaults to system eldbus-codegen')
|
||
|
|
||
|
option('eet',
|
||
|
type : 'string',
|
||
|
description: 'A path to a eet. Defaults to system eet')
|
||
|
|
||
|
option('pam',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable PAM support: (default=true)')
|
||
|
option('libexif',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable EXIF support: (default=true)')
|
||
|
|
||
|
option('elput',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable elput support: (default=true)')
|
||
|
|
||
|
option('device-udev',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable udev device backend: (default=true)')
|
||
|
option('mount-udisks',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable udisks mounting support: (default=true)')
|
||
|
option('mount-eeze',
|
||
|
type: 'boolean',
|
||
|
value: false,
|
||
|
description: 'enable eeze mounting support: (default=false)')
|
||
|
|
||
|
option('wl',
|
||
|
type: 'boolean',
|
||
|
value: false,
|
||
|
description: 'enable wayland support: (default=false)')
|
||
|
option('xwayland',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable xwayland support: (default=true)')
|
||
|
option('xwayland-bin',
|
||
|
type: 'string',
|
||
|
value: '',
|
||
|
description: 'set the path to Xwayland: (default=)')
|
||
|
option('wl-buffer',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable buffer wayland output: (default=true)')
|
||
|
option('wl-drm',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable drm wayland output: (default=true)')
|
||
|
option('wl-wl',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable nested wayland output: (default=true)')
|
||
|
option('wl-x11',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable x11 wayland output: (default=true)')
|
||
|
option('wl-desktop-shell',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable wayland desktop shell support: (default=true)')
|
||
|
option('wl-text-input',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable wayland vkbd support: (default=true)')
|
||
|
option('wl-weekeyboard',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable internal wayland vkbd: (default=true)')
|
||
|
|
||
|
option('systemd',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable systemd support: (default=true)')
|
||
|
option('systemdunitdir',
|
||
|
type: 'string',
|
||
|
value: '',
|
||
|
description: 'path to systemd user services directory')
|
||
|
|
||
|
option('appmenu',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable appmenu module: (default=true)')
|
||
|
option('backlight',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable backlight module: (default=true)')
|
||
|
option('battery',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable battery module: (default=true)')
|
||
|
option('bluez5',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable bluez5 module: (default=true)')
|
||
|
option('clock',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable clock module: (default=true)')
|
||
|
option('connman',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable connman module: (default=true)')
|
||
|
option('cpufreq',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable cpufreq module: (default=true)')
|
||
|
option('everything',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable everything module: (default=true)')
|
||
|
option('fileman',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable fileman module: (default=true)')
|
||
|
option('fileman-opinfo',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable fileman-opinfo module: (default=true)')
|
||
|
option('gadman',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable gadman module: (default=true)')
|
||
|
option('geolocation',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable geolocation module: (default=true)')
|
||
|
option('ibar',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable ibar module: (default=true)')
|
||
|
option('ibox',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable ibox module: (default=true)')
|
||
|
option('lokker',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable lokker module: (default=true)')
|
||
|
option('polkit',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable polkit module: (default=true)')
|
||
|
option('mixer',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable mixer module: (default=true)')
|
||
|
option('msgbus',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable msgbus module: (default=true)')
|
||
|
option('music-control',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable music-control module: (default=true)')
|
||
|
option('notification',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable notification module: (default=true)')
|
||
|
option('packagekit',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable packagekit module: (default=true)')
|
||
|
option('pager',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable pager module: (default=true)')
|
||
|
option('quickaccess',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable quickaccess module: (default=true)')
|
||
|
option('start',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable start module: (default=true)')
|
||
|
option('shot',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable shot module: (default=true)')
|
||
|
option('syscon',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable syscon module: (default=true)')
|
||
|
option('systray',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable systray module: (default=true)')
|
||
|
option('tasks',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable tasks module: (default=true)')
|
||
|
option('temperature',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable temperature module: (default=true)')
|
||
|
option('tiling',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable tiling module: (default=true)')
|
||
|
option('winlist',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable winlist module: (default=true)')
|
||
|
option('wizard',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable wizard module: (default=true)')
|
||
|
option('xkbswitch',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable xkbswitch module: (default=true)')
|
||
|
option('vkbd',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable vkbd module: (default=true)')
|
||
|
|
||
|
|
||
|
option('conf',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf module: (default=true)')
|
||
|
option('conf-applications',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-applications module: (default=true)')
|
||
|
option('conf-bindings',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-bindings module: (default=true)')
|
||
|
option('conf-dialogs',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-dialogs module: (default=true)')
|
||
|
option('conf-display',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-display module: (default=true)')
|
||
|
option('conf-interaction',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-interaction module: (default=true)')
|
||
|
option('conf-intl',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-intl module: (default=true)')
|
||
|
option('conf-menus',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-menus module: (default=true)')
|
||
|
option('conf-paths',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-paths module: (default=true)')
|
||
|
option('conf-performance',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-performance module: (default=true)')
|
||
|
option('conf-randr',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-randr module: (default=true)')
|
||
|
option('conf-shelves',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-shelves module: (default=true)')
|
||
|
option('conf-theme',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-theme module: (default=true)')
|
||
|
option('conf-window-manipulation',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-window-manipulation module: (default=true)')
|
||
|
option('conf-window-remembers',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable conf-window-remembers module: (default=true)')
|
||
|
option('gesture-recognition',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'Enable gesture recognition using libinput, needed to get swipe bindings beeing detected.')
|
||
|
option('procstats',
|
||
|
type: 'boolean',
|
||
|
value: true,
|
||
|
description: 'enable procstats module: (default=true)')
|