Skip to content

Commit

Permalink
Don't build python-xlib in user install
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jul 5, 2024
1 parent 3c59851 commit 9512d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif

.PHONY: install
ifeq ($(USERINSTALL), xtrue)
install: umu-install umu-launcher-install user-install python-xlib-install
install: umu-install umu-launcher-install user-install
else
install: umu-install umu-launcher-install
endif
Expand Down

0 comments on commit 9512d7d

Please sign in to comment.