From e3326e9a3b3cb54a7d88145df602dcf68c835bd1 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 21 Jun 2012 13:52:01 +0000 Subject: Don't assign to XRANDR_LIBS We want pkg-config to run it only after deps has been installed. --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2a4864..9747192 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ submodules: git submodule init git submodule update -XRANDR_LIBS := $(shell pkg-config --libs xrandr x11) +XRANDR_LIBS = $(shell pkg-config --libs xrandr x11) scripts/list-outputs: gcc -o scripts/list-outputs scripts/list-outputs.c $(XRANDR_LIBS) -- cgit v0.9.1