- new option WITH_GNUSTEP_SINGLE_BACKEND
This commit is contained in:
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
|
@ -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>
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue