Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx option('libraries',
     5         kx   description: 'Compile Wayland libraries',
     5         kx   type: 'boolean',
     5         kx   value: true)
     5         kx option('scanner',
     5         kx   description: 'Compile wayland-scanner binary',
     5         kx   type: 'boolean',
     5         kx   value: true)
     5         kx option('tests',
     5         kx   description: 'Compile Wayland tests',
     5         kx   type: 'boolean',
     5         kx   value: true)
     5         kx option('documentation',
     5         kx   description: 'Build the documentation (requires Doxygen, dot, xmlto, xsltproc)',
     5         kx   type: 'boolean',
     5         kx   value: true)
     5         kx option('dtd_validation',
     5         kx   description: 'Validate the protocol DTD (requires libxml2)',
     5         kx   type: 'boolean',
     5         kx   value: true)
     5         kx option('icon_directory',
     5         kx   description: 'Location used to look for cursors (defaults to ${datadir}/icons if unset)',
     5         kx   type: 'string',
     5         kx   value: '')
     5         kx option('scanner_for_build',
     5         kx   description: 'Build machine wayland-scanner binary',
     5         kx   type: 'string',
     5         kx   value: 'none')