mirror of
https://github.com/yshui/picom.git
synced 2024-11-11 13:51:02 -05:00
change prefix
This commit is contained in:
parent
8dbcaeebb5
commit
b93c6875cf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ PACKAGES = x11 xcomposite xfixes xdamage xrender
|
|||
LIBS = `pkg-config --libs $(PACKAGES)` -lm
|
||||
INCS = `pkg-config --cflags $(PACKAGES)`
|
||||
CFLAGS = -Wall
|
||||
PREFIX = /usr/local
|
||||
PREFIX = /usr
|
||||
MANDIR = $(PREFIX)/share/man/man1
|
||||
OBJS = compton.o
|
||||
|
||||
|
|
Loading…
Reference in a new issue