Add libXt to the PKG_OPTIONS:Mx11 to fix modular x11 build
This commit is contained in:
parent
18d5dc7983
commit
cf87583e85
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.10 2011/05/11 11:38:48 adam Exp $
|
||||
# $NetBSD: options.mk,v 1.11 2011/05/13 12:55:39 abs Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick
|
||||
PKG_SUPPORTED_OPTIONS= x11 jasper djvu ghostscript wmf
|
||||
|
@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS= x11 jasper
|
|||
.if !empty(PKG_OPTIONS:Mx11)
|
||||
.include "../../x11/libX11/buildlink3.mk"
|
||||
.include "../../x11/libXext/buildlink3.mk"
|
||||
.include "../../x11/libXt/buildlink3.mk"
|
||||
.include "../../x11/xextproto/buildlink3.mk"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
|
|
Loading…
Reference in a new issue