<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suckless/wayland/dwl/Makefile, branch main</title>
<subtitle>Dynamic Window Manager for Wayland
</subtitle>
<id>http://git.nathanreiner.xyz/suckless/wayland/dwl/atom?h=main</id>
<link rel='self' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/'/>
<updated>2023-04-05T19:04:57Z</updated>
<entry>
<title>add pointer-constraints protocol for mouse captures</title>
<updated>2023-04-05T19:04:57Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2023-04-05T19:04:57Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=48170858f68f8bd39f5901eaddee840d772521f7'/>
<id>urn:sha1:48170858f68f8bd39f5901eaddee840d772521f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>apply ipc patch and my configuration</title>
<updated>2023-03-24T15:11:33Z</updated>
<author>
<name>Nathan Reiner</name>
<email>nathan@nathanreiner.xyz</email>
</author>
<published>2023-03-24T15:11:33Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=3643191bd9405e8210f2f4167303e3c5872f2bf2'/>
<id>urn:sha1:3643191bd9405e8210f2f4167303e3c5872f2bf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert some warnings to errors</title>
<updated>2022-10-06T02:28:14Z</updated>
<author>
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@protonmail.com</email>
</author>
<published>2022-10-06T02:28:14Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=87c4c1f62947d927084e3b2cca224dba72e9f0fb'/>
<id>urn:sha1:87c4c1f62947d927084e3b2cca224dba72e9f0fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework Makefile</title>
<updated>2022-09-21T04:34:48Z</updated>
<author>
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@protonmail.com</email>
</author>
<published>2022-09-21T04:34:48Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=31106eff64406a004beb18c265a8b6fa0ae4f7a5'/>
<id>urn:sha1:31106eff64406a004beb18c265a8b6fa0ae4f7a5</id>
<content type='text'>
- allow user to use a different pkg-config binary
- restore almost all (and add other ones) warning flags (-Werror is not set)
- $(XWAYLAND) is added to our CPPFLAGS
- remove useless comments
- don't generate idle-protocol.h (not used)
</content>
</entry>
<entry>
<title>define _POSIX_C_SOURCE through CPPFLAGS</title>
<updated>2022-09-08T05:10:53Z</updated>
<author>
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@protonmail.com</email>
</author>
<published>2022-09-08T05:10:53Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=871463c32740d601241123770a65fea0d737fb54'/>
<id>urn:sha1:871463c32740d601241123770a65fea0d737fb54</id>
<content type='text'>
like dwm
</content>
</entry>
<entry>
<title>fix dist target</title>
<updated>2022-08-09T02:30:37Z</updated>
<author>
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@protonmail.com</email>
</author>
<published>2022-08-09T02:30:37Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=6ce035303e686d976b98fa887231c0a23690aefb'/>
<id>urn:sha1:6ce035303e686d976b98fa887231c0a23690aefb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>include DWLCFLAGS into linking step</title>
<updated>2022-07-07T04:41:42Z</updated>
<author>
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@protonmail.com</email>
</author>
<published>2022-07-07T04:28:49Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=0eff78d6c268f7dc1a16861f051d9cd2108161a4'/>
<id>urn:sha1:0eff78d6c268f7dc1a16861f051d9cd2108161a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix make install while files are in use</title>
<updated>2022-06-12T20:58:38Z</updated>
<author>
<name>Grant Nichol</name>
<email>me@grantnichol.com</email>
</author>
<published>2022-06-12T20:41:43Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=671a9b450b636f5a2ebfefe159fea44e3b615fad'/>
<id>urn:sha1:671a9b450b636f5a2ebfefe159fea44e3b615fad</id>
<content type='text'>
When the dwl executable is in use, cp fails without the -f flag.

POSIX defines this flag with:
&gt; If a file descriptor for a destination file cannot be obtained,
&gt; as described in step 3.a.ii., attempt to unlink the destination
&gt; file and proceed.
</content>
</entry>
<entry>
<title>add $(LIBS) to $(LDLIBS)</title>
<updated>2022-06-10T17:21:23Z</updated>
<author>
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@protonmail.com</email>
</author>
<published>2022-06-10T17:08:36Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=c008bf2a7d76fd4b91267be6a67bd090b839c3ce'/>
<id>urn:sha1:c008bf2a7d76fd4b91267be6a67bd090b839c3ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix link failure with --as-needed</title>
<updated>2022-06-10T16:26:45Z</updated>
<author>
<name>Dima Krasner</name>
<email>dima@dimakrasner.com</email>
</author>
<published>2022-06-10T16:26:45Z</published>
<link rel='alternate' type='text/html' href='http://git.nathanreiner.xyz/suckless/wayland/dwl/commit/?id=c990dbd441684a9744cb744792488c34af20e9c7'/>
<id>urn:sha1:c990dbd441684a9744cb744792488c34af20e9c7</id>
<content type='text'>
</content>
</entry>
</feed>
