Skip to content

Commit

Permalink
Add GTK dependencies
Browse files Browse the repository at this point in the history
Related #1097
  • Loading branch information
MattHag committed Mar 9, 2024
1 parent f253b97 commit df5da37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install_macos: install_brew install_pip
install_apt:
@echo "Installing Solaar dependencies via apt"
sudo apt update
sudo apt install libdbus-1-dev libglib2.0-dev
sudo apt install libdbus-1-dev libglib2.0-dev libgtk-3-dev libgirepository1.0-dev

install_dnf:
@echo "Installing Solaar dependencies via dn"
Expand Down

0 comments on commit df5da37

Please sign in to comment.