Merge remote-tracking branch 'djpohly/main' into wlroots-next
include DWLCFLAGS into linking step
Merge pull request #251 from gwnichol/fixinstall
Fix make install while files are in use
Fix make install while files are in use
When the dwl executable is in use, cp fails without the -f flag.
POSIX defines this flag with:
> If a file descriptor for a destination file cannot be obtained,
> as described in step 3.a.ii., attempt to unlink the destination
> file and proceed.
fix link failure with --as-needed
use LDFLAGS to build dwl target
include xcb only when building with xwayland support
convert makefile to be more portable
Merge remote-tracking branch 'djpohly/main' into wlroots-next
chase wlroots X11 hints update
Merge remote-tracking branch 'djpohly/main' into wlroots-next
add flag to print version and exit
Merge remote-tracking branch 'djpohly/main' into HEAD
don't let -pedantic be overridable by environment
new functions ecalloc() and die()
die() replaces EBARF and BARF
and allow us to add `-pedantic` to CFLAGS
add dwl(1)
Documentation is good. Man pages are documentation. A program without
a man page is worthless.