Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update libNX_X11 to upstream's libX11-1.7.3.1-10-gd60ede78 | Ulrich Sibiller | 2023-04-27 | 2 | -10/+30 |
| | |||||
* | shellcheck: Fix SC2048 issue | Mario Trangoni | 2021-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | See, $ find . -name "*.sh" | xargs shellcheck -i SC2048 In ./nx-X11/lib/src/util/mkks.sh line 10: }' $* ^-- SC2048: Use "$@" (with quotes) to prevent whitespace problems. For more information: https://www.shellcheck.net/wiki/SC2048 -- Use "$@" (with quotes) to prevent... Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> | ||||
* | shellcheck: Fix SC2002 issue | Mario Trangoni | 2021-01-31 | 1 | -2/+2 |
| | | | | | | | | | | | See, $ find . -name "*.sh" | xargs shellcheck -i SC2002 For more information: https://www.shellcheck.net/wiki/SC2002 -- Useless cat. Consider 'cmd < file... Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> | ||||
* | Convert nx-X11/lib/ build flow from imake to autotools. | Mike Gabriel | 2017-08-25 | 3 | -0/+342 |