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
Index: meson_options.txt
===================================================================
--- meson_options.txt	(nonexistent)
+++ meson_options.txt	(revision 5)
@@ -0,0 +1,28 @@
+option('libraries',
+  description: 'Compile Wayland libraries',
+  type: 'boolean',
+  value: true)
+option('scanner',
+  description: 'Compile wayland-scanner binary',
+  type: 'boolean',
+  value: true)
+option('tests',
+  description: 'Compile Wayland tests',
+  type: 'boolean',
+  value: true)
+option('documentation',
+  description: 'Build the documentation (requires Doxygen, dot, xmlto, xsltproc)',
+  type: 'boolean',
+  value: true)
+option('dtd_validation',
+  description: 'Validate the protocol DTD (requires libxml2)',
+  type: 'boolean',
+  value: true)
+option('icon_directory',
+  description: 'Location used to look for cursors (defaults to ${datadir}/icons if unset)',
+  type: 'string',
+  value: '')
+option('scanner_for_build',
+  description: 'Build machine wayland-scanner binary',
+  type: 'string',
+  value: 'none')