summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..6de43b9
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,15 @@
+option('sdkdir',
+ type: 'string',
+ value: '',
+ description: 'Directory to install header files in [default=from xorg-server pkgconf]',
+)
+option('xorg-module-dir',
+ type : 'string',
+ value : '',
+ description : 'Default xorg module directory [default=from xorg-server pkgconf]',
+)
+option('xorg-conf-dir',
+ type : 'string',
+ value : '',
+ description : 'Default xorg.conf.d directory [default=from xorg-server pkgconfig]'
+)