Skip to content

Commit

Permalink
Fix dependencies for gi
Browse files Browse the repository at this point in the history
  • Loading branch information
MattHag committed Mar 3, 2024
1 parent 062b225 commit cc05f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 libcairo2-dev libgirepository1.0-dev gir1.2-gtk-3.0

install_dnf:
@echo "Installing Solaar dependencies via dn"
Expand All @@ -26,7 +26,7 @@ install_dnf:
install_brew:
@echo "Installing Solaar dependencies via brew"
brew update
brew install hidapi gtk+3 pygobject3
brew install hidapi gtk+3 pygobject3 gobject-introspection

install_pip:
@echo "Installing Solaar via pip"
Expand Down

0 comments on commit cc05f8f

Please sign in to comment.