summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-13 20:11:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-13 21:56:29 -0400
commit05f488011a05ab95396789674cd6b02d9baebccd (patch)
tree4ab9c3b13f9754be7f7761bcde3a9a815fbf5980
parentef7679235a7bca3f9091f1120dc0430ee4d50508 (diff)
downloadgtk+-05f488011a05ab95396789674cd6b02d9baebccd.tar.gz
Add a README to examples/hello
Just so nobody wonders why there's a meson.build in this subdirectory.
-rw-r--r--examples/hello/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/hello/README.md b/examples/hello/README.md
new file mode 100644
index 0000000000..543a99c4bd
--- /dev/null
+++ b/examples/hello/README.md
@@ -0,0 +1,7 @@
+A trivial example
+=================
+
+This is a very minimal example of an app that can be built against GTK.
+We use this in CI to test that building against the installed GTK works.
+
+That is why there is a standalone meson.build in this subdirectory.