summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-07-21 16:20:03 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-07-20 17:18:33 -0400
commite8dc71cd4828ce8ccf791b27326f75b5d5ec8ab8 (patch)
tree14ecd21fda244cfa38132157ec4210ee8d696d91 /meson_options.txt
parent4d3e157b30269276772806ddb0283ca20198ff8e (diff)
downloadenlightenment-e8dc71cd4828ce8ccf791b27326f75b5d5ec8ab8.tar.gz
meson.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt309
1 files changed, 309 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000000..78d7dd66b2
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,309 @@
+option('install-sysactions',
+ type: 'boolean',
+ default: true,
+ description: 'install /etc/enlightenment/sysactions.conf: (default=true)')
+option('install-enlightenment-menu',
+ type: 'boolean',
+ default: true,
+ description: 'install /etc/xdg/menus/e-applications.menu: (default=true)')
+option('files',
+ type: 'boolean',
+ default: true,
+ description: 'enable Files menu item: (default=true)')
+option('nls',
+ type: 'boolean',
+ default: true,
+ description: 'enable localization: (default=true)')
+
+option('pam',
+ type: 'boolean',
+ default: true,
+ description: 'enable PAM support: (default=true)')
+
+option('nls',
+ type: 'boolean',
+ default: true,
+ description: 'enable NLS support: (default=true)')
+
+option('device-udev',
+ type: 'boolean',
+ default: true,
+ description: 'enable udev device backend: (default=true)')
+option('mount-udisks',
+ type: 'boolean',
+ default: true,
+ description: 'enable udisks mounting support: (default=true)')
+option('mount-eeze',
+ type: 'boolean',
+ default: false,
+ description: 'enable eeze mounting support: (default=false)')
+
+option('wayland',
+ type: 'boolean',
+ default: false,
+ value: false,
+ description: 'enable wayland support: (default=false)')
+option('xwayland',
+ type: 'boolean',
+ default: true,
+ description: 'enable xwayland support: (default=true)')
+option('xwayland-bin',
+ type: 'string',
+ default: '',
+ description: 'set the path to Xwayland: (default=)')
+option('wl-buffer',
+ type: 'boolean',
+ default: true,
+ description: 'enable buffer wayland output: (default=true)')
+option('wl-drm',
+ type: 'boolean',
+ default: true,
+ description: 'enable drm wayland output: (default=true)')
+option('wl-wl',
+ type: 'boolean',
+ default: true,
+ description: 'enable nested wayland output: (default=true)')
+option('wl-x11',
+ type: 'boolean',
+ default: true,
+ description: 'enable x11 wayland output: (default=true)')
+option('wl-desktop-shell',
+ type: 'boolean',
+ default: true,
+ description: 'enable wayland desktop shell support: (default=true)')
+option('wl-text-input',
+ type: 'boolean',
+ default: true,
+ description: 'enable wayland vkbd support: (default=true)')
+option('wl-weekeyboard',
+ type: 'boolean',
+ default: true,
+ description: 'enable internal wayland vkbd: (default=true)')
+
+option('systemd',
+ type: 'boolean',
+ default: true,
+ description: 'enable systemd support: (default=true)')
+option('systemdunitdir',
+ type: 'string',
+ default: '',
+ description: 'path to systemd user services directory')
+
+option('appmenu',
+ type: 'boolean',
+ default: true,
+ description: 'enable appmenu module: (default=true)')
+option('backlight',
+ type: 'boolean',
+ default: true,
+ description: 'enable backlight module: (default=true)')
+option('battery',
+ type: 'boolean',
+ default: true,
+ description: 'enable battery module: (default=true)')
+option('bluez4',
+ type: 'boolean',
+ default: true,
+ description: 'enable bluez4 module: (default=true)')
+option('clock',
+ type: 'boolean',
+ default: true,
+ description: 'enable clock module: (default=true)')
+option('connman',
+ type: 'boolean',
+ default: true,
+ description: 'enable connman module: (default=true)')
+option('cpufreq',
+ type: 'boolean',
+ default: true,
+ description: 'enable cpufreq module: (default=true)')
+option('everything',
+ type: 'boolean',
+ default: true,
+ description: 'enable everything module: (default=true)')
+option('fileman',
+ type: 'boolean',
+ default: true,
+ description: 'enable fileman module: (default=true)')
+option('fileman-opinfo',
+ type: 'boolean',
+ default: true,
+ description: 'enable fileman-opinfo module: (default=true)')
+option('gadman',
+ type: 'boolean',
+ default: true,
+ description: 'enable gadman module: (default=true)')
+option('geolocation',
+ type: 'boolean',
+ default: true,
+ description: 'enable geolocation module: (default=true)')
+option('ibar',
+ type: 'boolean',
+ default: true,
+ description: 'enable ibar module: (default=true)')
+option('ibox',
+ type: 'boolean',
+ default: true,
+ description: 'enable ibox module: (default=true)')
+option('lokker',
+ type: 'boolean',
+ default: true,
+ description: 'enable lokker module: (default=true)')
+option('luncher',
+ type: 'boolean',
+ default: true,
+ description: 'enable luncher module: (default=true)')
+option('mixer',
+ type: 'boolean',
+ default: true,
+ description: 'enable mixer module: (default=true)')
+option('msgbus',
+ type: 'boolean',
+ default: true,
+ description: 'enable msgbus module: (default=true)')
+option('music-control',
+ type: 'boolean',
+ default: true,
+ description: 'enable music-control module: (default=true)')
+option('notification',
+ type: 'boolean',
+ default: true,
+ description: 'enable notification module: (default=true)')
+option('packagekit',
+ type: 'boolean',
+ default: true,
+ description: 'enable packagekit module: (default=true)')
+option('pager',
+ type: 'boolean',
+ default: true,
+ description: 'enable pager module: (default=true)')
+option('pager-plain',
+ type: 'boolean',
+ default: true,
+ description: 'enable pager_plain module: (default=true)')
+option('quickaccess',
+ type: 'boolean',
+ default: true,
+ description: 'enable quickaccess module: (default=true)')
+option('policy-mobile',
+ type: 'boolean',
+ default: true,
+ description: 'enable policy-mobile module: (default=true)')
+option('start',
+ type: 'boolean',
+ default: true,
+ description: 'enable start module: (default=true)')
+option('shot',
+ type: 'boolean',
+ default: true,
+ description: 'enable shot module: (default=true)')
+option('syscon',
+ type: 'boolean',
+ default: true,
+ description: 'enable syscon module: (default=true)')
+option('sysinfo',
+ type: 'boolean',
+ default: true,
+ description: 'enable sysinfo module: (default=true)')
+option('systray',
+ type: 'boolean',
+ default: true,
+ description: 'enable systray module: (default=true)')
+option('tasks',
+ type: 'boolean',
+ default: true,
+ description: 'enable tasks module: (default=true)')
+option('teamwork',
+ type: 'boolean',
+ default: true,
+ description: 'enable teamwork module: (default=true)')
+option('temperature',
+ type: 'boolean',
+ default: true,
+ description: 'enable temperature module: (default=true)')
+option('tiling',
+ type: 'boolean',
+ default: true,
+ description: 'enable tiling module: (default=true)')
+option('time',
+ type: 'boolean',
+ default: true,
+ description: 'enable time module: (default=true)')
+option('winlist',
+ type: 'boolean',
+ default: true,
+ description: 'enable winlist module: (default=true)')
+option('wireless',
+ type: 'boolean',
+ default: true,
+ description: 'enable wireless module: (default=true)')
+option('wizard',
+ type: 'boolean',
+ default: true,
+ description: 'enable wizard module: (default=true)')
+option('xkbswitch',
+ type: 'boolean',
+ default: true,
+ description: 'enable xkbswitch module: (default=true)')
+
+
+option('conf',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf module: (default=true)')
+option('conf-applications',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-applications module: (default=true)')
+option('conf-bindings',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-bindings module: (default=true)')
+option('conf-dialogs',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-dialogs module: (default=true)')
+option('conf-display',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-display module: (default=true)')
+option('conf-interaction',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-interaction module: (default=true)')
+option('conf-intl',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-intl module: (default=true)')
+option('conf-menus',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-menus module: (default=true)')
+option('conf-paths',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-paths module: (default=true)')
+option('conf-performance',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-performance module: (default=true)')
+option('conf-randr',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-randr module: (default=true)')
+option('conf-shelves',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-shelves module: (default=true)')
+option('conf-theme',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-theme module: (default=true)')
+option('conf-window-manipulation',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-window-manipulation module: (default=true)')
+option('conf-window-remembers',
+ type: 'boolean',
+ default: true,
+ description: 'enable conf-window-remembers module: (default=true)')