logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 0e7109f6584c856cfc7bdf1d5997f3fd46b36bf0
parent f027933de47e30cc8de4a0978d30cc4d9f9e53eb
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 10 Mar 2021 15:01:00 +0100

notes/pure-wayland: Reword snippets copyright notice

Diffstat:

Mnotes/pure-wayland.shtml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml @@ -23,7 +23,7 @@ </p> <h2>Buildsystems</h2> - <p>I've yet to see one work correctly out of the box for this. The snippets in this section Abandons all copyrights if it could even begin to be copyrightable, sadly Public Domain doesn't exists in France so, they are distributed under any OSI/FSF-approuved license including CC-0, WTFPL, Unlicense and BSD-0.</p> + <p>I've yet to see one work correctly out of the box for this. The snippets in this section Abandons all copyrights if it could even begin to be copyrightable, as I can't assign to the Public Domain in France, they are distributed under any OSI/FSF-approuved license including CC-0, WTFPL, Unlicense and BSD-0.</p> <h3>CMake</h3> <ol> <li>Replace <code>find_package(OpenGL REQUIRED)</code> to something like <code>find_package(OpenGL COMPONENTS OpenGL REQUIRED)</code>. This allows to not error out when libGL.so isn't found but libOpenGL.so is.</li>