summaryrefslogtreecommitdiff
path: root/wm/fluxbox/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'wm/fluxbox/options.mk')
-rw-r--r--wm/fluxbox/options.mk12
1 files changed, 10 insertions, 2 deletions
diff --git a/wm/fluxbox/options.mk b/wm/fluxbox/options.mk
index 5eba21b7ea7..8cf0631a741 100644
--- a/wm/fluxbox/options.mk
+++ b/wm/fluxbox/options.mk
@@ -1,7 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2005/03/30 11:59:10 jmcneill Exp $
+# $NetBSD: options.mk,v 1.3 2005/10/24 17:23:33 tonio Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fluxbox
-PKG_SUPPORTED_OPTIONS= gnome kde imlib2 xft
+PKG_SUPPORTED_OPTIONS= gnome kde imlib2 xft xrender
+PKG_SUGGESTED_OPTIONS= xrender
.include "../../mk/bsd.options.mk"
@@ -30,3 +31,10 @@ CONFIGURE_ARGS+= --enable-xft
.else
CONFIGURE_ARGS+= --disable-xft
.endif
+
+.if !empty(PKG_OPTIONS:Mxrender)
+CONFIGURE_ARGS+= --enable-xrender
+.include "../../x11/Xrender/buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-xrender
+.endif