projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef76792
)
Add a README to examples/hello
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 14 May 2023 00:11:56 +0000
(20:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 14 May 2023 01:56:29 +0000
(21:56 -0400)
Just so nobody wonders why there's a meson.build
in this subdirectory.
examples/hello/README.md
[new file with mode: 0644]
patch
|
blob
diff --git a/examples/hello/README.md
b/examples/hello/README.md
new file mode 100644
(file)
index 0000000..
543a99c
--- /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.