--- compton-git-316eac061.old/Makefile +++ compton-git-316eac061/Makefile @@ -1,13 +1,14 @@ # Use tab to indent recipe lines, spaces to indent other lines, otherwise # GNU make may get unhappy. -CC ?= gcc +CC=gcc +NO_DBUS="moo" -PREFIX ?= /usr -BINDIR ?= $(PREFIX)/bin -MANDIR ?= $(PREFIX)/share/man/man1 -APPDIR ?= $(PREFIX)/share/applications -ICODIR ?= $(PREFIX)/share/icons/hicolor/ +PREFIX=__META_PREFIX__ +BINDIR=$(PREFIX)/bin +MANDIR=$(PREFIX)/man/man1 +APPDIR=$(PREFIX)/share/applications +ICODIR=$(PREFIX)/share/icons/hicolor/ PACKAGES = x11 xcomposite xfixes xdamage xrender xext xrandr LIBS = -lm -lrt