<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dwl.git/Makefile, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.zachir.xyz/dwl.git/atom?h=master</id>
<link rel='self' href='https://git.zachir.xyz/dwl.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/dwl.git/'/>
<updated>2022-08-31T22:50:45Z</updated>
<entry>
<title>add push files</title>
<updated>2022-08-31T22:50:45Z</updated>
<author>
<name>ZachIR</name>
<email>zachir@librem.one</email>
</author>
<published>2022-08-31T22:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/dwl.git/commit/?id=55ee442c3cf8833f93626ab1a9a59c9e3f758778'/>
<id>urn:sha1:55ee442c3cf8833f93626ab1a9a59c9e3f758778</id>
<content type='text'>
</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='https://git.zachir.xyz/dwl.git/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='https://git.zachir.xyz/dwl.git/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='https://git.zachir.xyz/dwl.git/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='https://git.zachir.xyz/dwl.git/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='https://git.zachir.xyz/dwl.git/commit/?id=c990dbd441684a9744cb744792488c34af20e9c7'/>
<id>urn:sha1:c990dbd441684a9744cb744792488c34af20e9c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use LDFLAGS to build dwl target</title>
<updated>2022-06-07T04:36:45Z</updated>
<author>
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@protonmail.com</email>
</author>
<published>2022-06-07T04:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/dwl.git/commit/?id=d969289bafbbd5f035f8f483746ae824415bd1d7'/>
<id>urn:sha1:d969289bafbbd5f035f8f483746ae824415bd1d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not generate *-protocol.{c,o}</title>
<updated>2022-06-07T03:54:40Z</updated>
<author>
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@protonmail.com</email>
</author>
<published>2022-05-30T21:23:14Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/dwl.git/commit/?id=50b6630f3d53b6635ce83565ccc4b900fdc15956'/>
<id>urn:sha1:50b6630f3d53b6635ce83565ccc4b900fdc15956</id>
<content type='text'>
according with
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c
they are unused and wlroots-based compositors don't need to do this
</content>
</entry>
<entry>
<title>include xcb only when building with xwayland support</title>
<updated>2022-06-07T03:53:36Z</updated>
<author>
<name>Leonardo Hernández Hernández</name>
<email>leohdz172@protonmail.com</email>
</author>
<published>2022-05-30T21:18:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/dwl.git/commit/?id=14641560b0035402e699b0df0bea75f183ceb057'/>
<id>urn:sha1:14641560b0035402e699b0df0bea75f183ceb057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert makefile to be more portable</title>
<updated>2022-06-07T03:53:36Z</updated>
<author>
<name>KawaiiAmber</name>
<email>japaneselearning101@gmail.com</email>
</author>
<published>2022-05-25T22:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/dwl.git/commit/?id=7b42232ad10bdb5585a5df9222dd9c15a1a63f80'/>
<id>urn:sha1:7b42232ad10bdb5585a5df9222dd9c15a1a63f80</id>
<content type='text'>
</content>
</entry>
</feed>
