Always support the x11 option, not only when alternatives are available.
This way the test for the x11 option in buildlink3.mk has a chance to succeed.
This commit is contained in:
parent
4f2a508e72
commit
09960864d9
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
|||
# $NetBSD: options.mk,v 1.2 2006/12/05 21:26:59 minskim Exp $
|
||||
# $NetBSD: options.mk,v 1.3 2006/12/06 10:17:03 wiz Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2+
|
||||
PKG_SUPPORTED_OPTIONS= debug
|
||||
.if exists(/System/Library/Frameworks/Quartz.framework)
|
||||
PKG_OPTIONS_REQUIRED_GROUPS= gdk-target
|
||||
PKG_OPTIONS_GROUP.gdk-target= quartz x11
|
||||
PKG_SUGGESTED_OPTIONS= x11
|
||||
PKG_OPTIONS_GROUP.gdk-target= x11
|
||||
.if exists(/System/Library/Frameworks/Quartz.framework)
|
||||
PKG_OPTIONS_GROUP.gdk-target+= quartz
|
||||
.endif
|
||||
PKG_SUGGESTED_OPTIONS= x11
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue