From d43a2409018837ab0a920a97a717b5af3ccafe90 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 19 Dec 2006 07:03:04 +0000 Subject: [PATCH] - new option WITH_GNUSTEP_SINGLE_BACKEND --- devel/gnustep/Makefile | 2 ++ x11/gnustep-app/Makefile | 3 +++ 2 files changed, 5 insertions(+) diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index fe6975a84176..b59b861b19b7 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -22,8 +22,10 @@ USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_GUI= yes USE_GNUSTEP_BACK= yes +.if !defined(WITH_GNUSTEP_SINGLE_BACKEND) USE_GNUSTEP_XLIB= yes USE_GNUSTEP_LIBART= yes USE_GNUSTEP_CAIRO= yes +.endif .include diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index 8e57f2f1f175..b3e31848586c 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -23,8 +23,11 @@ USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_GUI= yes USE_GNUSTEP_BACK= yes +.if !defined(WITH_GNUSTEP_SINGLE_BACKEND) USE_GNUSTEP_XLIB= yes USE_GNUSTEP_LIBART= yes +USE_GNUSTEP_CAIRO= yes +.endif USE_GNUSTEP_SYSTEM_LIBS+= \ ScriptKit:lang/gnustep-guile \