Skip to content

Commit

Permalink
wlroots: Implement Termux:GUI backend
Browse files Browse the repository at this point in the history
  • Loading branch information
xMeM authored and Biswa96 committed Dec 14, 2024
1 parent 4ec4387 commit 3d073a2
Show file tree
Hide file tree
Showing 10 changed files with 1,681 additions and 4 deletions.
3 changes: 3 additions & 0 deletions scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ PACKAGES+=" libzstd-dev"
# Needed by tree-sitter-c
PACKAGES+=" tree-sitter-cli"

# Needed by wlroots
PACKAGES+=" glslang-tools"

# Do not require sudo if already running as root.
SUDO="sudo"
if [ "$(id -u)" = "0" ]; then
Expand Down
Loading

0 comments on commit 3d073a2

Please sign in to comment.