parent
7ec3eddccc
commit
cc7194fe3d
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ install_macos: install_brew install_pip
|
||||||
install_apt:
|
install_apt:
|
||||||
@echo "Installing Solaar dependencies via apt"
|
@echo "Installing Solaar dependencies via apt"
|
||||||
sudo apt update
|
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:
|
install_dnf:
|
||||||
@echo "Installing Solaar dependencies via dn"
|
@echo "Installing Solaar dependencies via dn"
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -81,6 +81,7 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in
|
||||||
"python-xlib (>= 0.27)",
|
"python-xlib (>= 0.27)",
|
||||||
"psutil (>= 5.4.3)",
|
"psutil (>= 5.4.3)",
|
||||||
'dbus-python ; platform_system=="Linux"',
|
'dbus-python ; platform_system=="Linux"',
|
||||||
|
"PyGObject",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"report-descriptor": ["hid-parser"],
|
"report-descriptor": ["hid-parser"],
|
||||||
|
|
Loading…
Reference in New Issue