x11: introduce X11 port#82
Open
adamgreloch wants to merge 1 commit into
Open
Conversation
0af4985 to
f4be2eb
Compare
6fff19f to
5cfc088
Compare
c07b378 to
a451d71
Compare
85770ab to
89d1aff
Compare
a3fb453 to
52c953e
Compare
66e8fcb to
5a4dd99
Compare
bf96377 to
f617fbc
Compare
2ef1e42 to
5d48778
Compare
ac7fe5e to
f611bd2
Compare
f357bb0 to
fd02d42
Compare
There was a problem hiding this comment.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
shellcheck
📝 [shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. SC2086
phoenix-rtos-ports/tinyx/build.sh
Line 465 in 0e4780d
📝 [shellcheck] reported by reviewdog 🐶
Use build_freetype "$@" if function's $1 should mean script's $1. SC2119
phoenix-rtos-ports/tinyx/build.sh
Line 537 in 0e4780d
📝 [shellcheck] reported by reviewdog 🐶
Use build_expat "$@" if function's $1 should mean script's $1. SC2119
phoenix-rtos-ports/tinyx/build.sh
Line 553 in 0e4780d
0e4780d to
839146a
Compare
348724e to
2b7a8f5
Compare
Adds: - port of modern X11 libs with fontconfig support - tinyx xserver port - a set of demo client apps such as: * x11-apps (xclock, xeyes, xmessage, xinit, ico, etc.) * twm * suckless stuff (st terminal, dwm window manager) * xbill * feh JIRA: RTOS-826
2b7a8f5 to
d6e600f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JIRA: RTOS-826
Description
Adds ports of:
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment
build: Add common utility functions, tidy up build process #78
posix: fix unix socket accept/connect, add their nonblocking variants, handle MSG_PEEK in recv phoenix-rtos-kernel#572
pc-tty: add framebuffer-based console phoenix-rtos-devices#515
pc-tty: add PS/2 mouse support and kbd/mouse vdevs phoenix-rtos-devices#512
ia32: add passing of graphmode params via syspage and platformctl phoenix-rtos-kernel#596
png: add libpng port #88