<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/find-modules, branch v5.62.0-rc1</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>Small API docs fixes</title>
<updated>2019-06-29T15:11:42+00:00</updated>
<author>
<name>Pino Toscano</name>
<email>pino@kde.org</email>
</author>
<published>2019-06-29T15:11:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=5b5fec7ccbf0c42b15e9fac3c17b1362543aa0b3'/>
<id>5b5fec7ccbf0c42b15e9fac3c17b1362543aa0b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ecm_add_wayland_client_protocol: Improve error messages</title>
<updated>2019-03-29T12:32:19+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2019-03-29T03:14:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6b27bbf0b954fe68c1611be3a5ca146e3e3c859a'/>
<id>6b27bbf0b954fe68c1611be3a5ca146e3e3c859a</id>
<content type='text'>
Summary: Instead of passing the data from stdin, pass the path, this way if there's an error wayland-scanner will be able to tell us the file and line where it's failing.

Test Plan: Built kwayland and kwin with it

Reviewers: #kwin, #frameworks, zzag

Reviewed By: #kwin, zzag

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D20105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Instead of passing the data from stdin, pass the path, this way if there's an error wayland-scanner will be able to tell us the file and line where it's failing.

Test Plan: Built kwayland and kwin with it

Reviewers: #kwin, #frameworks, zzag

Reviewed By: #kwin, zzag

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D20105
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UDev find module</title>
<updated>2019-03-04T20:04:27+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2019-03-03T09:25:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8999b7bd6f6d1505c1b59b48432a3cfa4a90a2f8'/>
<id>8999b7bd6f6d1505c1b59b48432a3cfa4a90a2f8</id>
<content type='text'>
Summary:
This one is originally coming from Solid, but there are several more copies
in our repositories (plasma-desktop, kwin, powerdevil, etc).

Reviewers: cgiboudeaux

Reviewed By: cgiboudeaux

Subscribers: cgiboudeaux, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D19486
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This one is originally coming from Solid, but there are several more copies
in our repositories (plasma-desktop, kwin, powerdevil, etc).

Reviewers: cgiboudeaux

Reviewed By: cgiboudeaux

Subscribers: cgiboudeaux, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D19486
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix harmless warnings when creating the doc.</title>
<updated>2019-03-04T12:49:40+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>christophe@krop.fr</email>
</author>
<published>2019-03-04T12:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=4c78221d13eefc497ff046f79e2c452913c27f6b'/>
<id>4c78221d13eefc497ff046f79e2c452913c27f6b</id>
<content type='text'>
GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore FindFontconfig backward compatibility for plasma-desktop</title>
<updated>2019-03-04T07:37:50+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2019-03-04T07:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=514835418c9d8c16eacac8cad5e522a896d4db7b'/>
<id>514835418c9d8c16eacac8cad5e522a896d4db7b</id>
<content type='text'>
Summary:
I don't understand where plasma-desktop actually finds that old find
module, but this fixes the build at least.

Reviewers: cgiboudeaux

Reviewed By: cgiboudeaux

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D19499
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
I don't understand where plasma-desktop actually finds that old find
module, but this fixes the build at least.

Reviewers: cgiboudeaux

Reviewed By: cgiboudeaux

Subscribers: kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D19499
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Fontconfig find modudle</title>
<updated>2019-03-03T09:19:59+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2019-03-03T09:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e3b6c8708c4804698e607319779b1cdc7769f839'/>
<id>e3b6c8708c4804698e607319779b1cdc7769f839</id>
<content type='text'>
Summary: Originally coming from KWin, but now also needed by qtbase.

Reviewers: cgiboudeaux

Reviewed By: cgiboudeaux

Subscribers: kossebau, apol, cgiboudeaux, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D18943
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Originally coming from KWin, but now also needed by qtbase.

Reviewers: cgiboudeaux

Reviewed By: cgiboudeaux

Subscribers: kossebau, apol, cgiboudeaux, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D18943
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo in the compatibility vars.</title>
<updated>2019-02-21T09:08:10+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>christophe@krop.fr</email>
</author>
<published>2019-02-21T09:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ae7c84f4ff93868befcebbdfd8b2032218a97d3b'/>
<id>ae7c84f4ff93868befcebbdfd8b2032218a97d3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix FindEGL</title>
<updated>2019-02-19T12:15:30+00:00</updated>
<author>
<name>Tobias C. Berner</name>
<email>tcberner@FreeBSD.org</email>
</author>
<published>2019-02-16T07:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7c64db9568296e1caafcfd7163cea3ab1b1626ae'/>
<id>7c64db9568296e1caafcfd7163cea3ab1b1626ae</id>
<content type='text'>
Summary:
${EGL_INCLUDE_DIR} is the path up to 'egl.h' -- so the header is
${EGL_INCLUDE_DIR}/egl.h

The compile test on the other hand includes 'EGL/egl.h', so the path
that needs to be passed to the compile test is "${EGL_INCLUDE_DIR}/..".

Reviewers: #automotive, hausmann, #freebsd, apol

Reviewed By: #automotive, hausmann, apol

Subscribers: bcooksley, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D19075
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
${EGL_INCLUDE_DIR} is the path up to 'egl.h' -- so the header is
${EGL_INCLUDE_DIR}/egl.h

The compile test on the other hand includes 'EGL/egl.h', so the path
that needs to be passed to the compile test is "${EGL_INCLUDE_DIR}/..".

Reviewers: #automotive, hausmann, #freebsd, apol

Reviewed By: #automotive, hausmann, apol

Subscribers: bcooksley, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D19075
</pre>
</div>
</content>
</entry>
<entry>
<title>new find module for Canberra</title>
<updated>2019-02-19T09:57:17+00:00</updated>
<author>
<name>Harald Sitter</name>
<email>sitter@kde.org</email>
</author>
<published>2019-02-12T11:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=50e8dd7b2d00d1e8190def778f0fe79aead30b0b'/>
<id>50e8dd7b2d00d1e8190def778f0fe79aead30b0b</id>
<content type='text'>
Summary:
used by:

- knotification
- (possibly also knotifyconfig at some point)
- plasma-pa
- kmix

Reviewers: cgiboudeaux

Reviewed By: cgiboudeaux

Subscribers: aacid, apol, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D18952
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
used by:

- knotification
- (possibly also knotifyconfig at some point)
- plasma-pa
- kmix

Reviewers: cgiboudeaux

Reviewed By: cgiboudeaux

Subscribers: aacid, apol, kde-frameworks-devel, kde-buildsystem

Tags: #frameworks, #build_system

Differential Revision: https://phabricator.kde.org/D18952
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compile check to FindEGL</title>
<updated>2019-02-12T15:54:01+00:00</updated>
<author>
<name>Simon Hausmann</name>
<email>simon.hausmann@qt.io</email>
</author>
<published>2019-02-12T15:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0b47899c1b92b0781367179d4255f99e2bb41518'/>
<id>0b47899c1b92b0781367179d4255f99e2bb41518</id>
<content type='text'>
Perform additional sanity checking by doing a compile test.

Differential Revision: https://phabricator.kde.org/D18960
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Perform additional sanity checking by doing a compile test.

Differential Revision: https://phabricator.kde.org/D18960
</pre>
</div>
</content>
</entry>
</feed>
