From: Matthias Clasen Date: Sun, 14 May 2023 00:11:56 +0000 (-0400) Subject: Add a README to examples/hello X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~261^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=05f488011a05ab95396789674cd6b02d9baebccd;p=gtk4.git Add a README to examples/hello Just so nobody wonders why there's a meson.build in this subdirectory. --- 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.