From 71bb68fd02a1acabcf6cabe63d50943cc60ace64 Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 27 May 2008 15:58:30 +0000 Subject: Added -LXinerama --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbeb6547..dc9b0ece 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.38 2008-05-07 13:27:15 phintuka Exp $ +# $Id: Makefile,v 1.39 2008-05-27 15:58:30 phintuka Exp $ # # The official name of this plugin. @@ -246,6 +246,9 @@ LIBS_X11 += -L/usr/X11R6/lib -lX11 -lXv -lXext ifeq ($(HAVE_XRENDER), 1) LIBS_X11 += -lXrender endif +ifeq ($(HAVE_XINERAMA), 1) + LIBS_X11 += -lXinerama +endif ifeq ($(APPLE_DARWIN), 1) INCLUDES += -I/sw/include -- cgit v1.2.3