Merge branch 'wlroots-next'
enable debug symbols by default
they does not affect performance and the size's increase is negligible
Merge remote-tracking branch 'upstream/main' into wlroots-next
include dwl.desktop in the tarbal
Merge remote-tracking branch 'upstream/main' into wlroots-next
allow specify DATADIR (to install desktop file)
Merge remote-tracking branch 'upstream/main' into wlroots-next
convert some warnings to errors
Merge remote-tracking branch 'djpohly/main' into wlroots-next
rework Makefile
- 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)
define _POSIX_C_SOURCE through CPPFLAGS
like dwm
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