From a29e83f54bbae14ee29f958d3640be9073e25a0c Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Tue, 8 Sep 2015 13:48:18 +0300 Subject: Version 0.0.4: - Fixed X activity detection for Ubuntu 7.10. - Fixed compilation without XSS. - Added host to LSTU printout. - Fixed SVDRP command SETI for VDR 1.5.1 and later. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f0d512..f95dd8f 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,9 @@ OBJS = $(PLUGIN).o activity.o i18n.o ### Libraries -LIBS = -lX11 -lXss +ifeq ($(USERACTIVITY_XSS), 1) + LIBS = -lX11 -lXss +endif ### Implicit rules: -- cgit v1.2.3