From be773dfd04261258b377bcaa769f0beb4c806c02 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 15 Jun 2007 17:41:54 +0000 Subject: Fix Xinerama for !native case. --- wm/metacity/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'wm/metacity') diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 1af2461d589..e01f4e88fdb 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2007/04/10 23:39:00 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2007/06/15 17:41:54 joerg Exp $ # DISTNAME= metacity-2.18.2 @@ -22,7 +22,9 @@ GCONF2_SCHEMAS= metacity.schemas .include "../../mk/bsd.prefs.mk" -.if !exists(${X11BASE}/lib/libXinerama.so) +.if ${X11_TYPE} != "native" +.include "../../x11/libXinerama/buildlink3.mk" +.else !exists(${X11BASE}/lib/libXinerama.so) CONFIGURE_ARGS+= --disable-xinerama .endif -- cgit v1.2.3