summaryrefslogtreecommitdiffstats
path: root/src/global/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/global/README')
-rw-r--r--src/global/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/global/README b/src/global/README
new file mode 100644
index 000000000..9b045d4d2
--- /dev/null
+++ b/src/global/README
@@ -0,0 +1,9 @@
+The WaylandGlobalPrivate module is a module that contains configure
+features, shared by the modules of the qtwayland repository.
+
+The actual definition of this module is in src/CMakeLists.txt,
+because we need to have the qt_find_package calls in a directory scope
+above src/client and src/compositor.
+
+This file here mostly exists to make the otherwise empty src/global
+directory known to git.