- new option WITH_GNUSTEP_SINGLE_BACKEND

This commit is contained in:
Dirk Meyer 2006-12-19 07:03:04 +00:00
parent 4b4a2f52b3
commit d43a240901
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180123
2 changed files with 5 additions and 0 deletions

View file

@ -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 <bsd.port.mk>

View file

@ -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 \