Skip to content

Commit

Permalink
[CHORE:CI+DOCS] Adding libx11 to reqd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nots1dd committed Jan 15, 2025
1 parent 950f575 commit f088dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-inLimbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Ensure any dependencies are installed before building
sudo apt-get update
sudo apt-get install -y build-essential cmake libtag1-dev git libglib2.0-dev imagemagick # Example dependencies, modify as needed
sudo apt-get install -y build-essential cmake libtag1-dev git libglib2.0-dev imagemagick libx11-dev # Example dependencies, modify as needed
./init.sh
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The inLimbo project aims to be a new upcoming TUI music player for UNIX based sy
| **GLib** | `libglib-2.0-dev` | `glib2-devel` | `glib2` |
| **pkg-config** | `pkg-config` | `pkgconf` | `pkgconf` |
| **ImageMagick** | `imagemagick` | `ImageMagick` | `imagemagick` |
| **X11** | `libx11-dev` | `libX11-devel` | `libx11` |

**FTXUI** is fetched from GitHub [here](https://github.com/ArthurSonzogni/FTXUI/) itself during building so **NO** need to install it separately.

Expand Down

0 comments on commit f088dad

Please sign in to comment.