summaryrefslogtreecommitdiff
path: root/games/scummvm/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'games/scummvm/options.mk')
-rw-r--r--games/scummvm/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/scummvm/options.mk b/games/scummvm/options.mk
index 26f2216ed1c..0e6bd5b2864 100644
--- a/games/scummvm/options.mk
+++ b/games/scummvm/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/03/29 08:48:31 adam Exp $
+# $NetBSD: options.mk,v 1.2 2005/03/31 09:52:26 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.scummvm
PKG_DEFAULT_OPTIONS= sdl
@@ -12,6 +12,7 @@ CONFIGURE_ARGS+= --backend=sdl
.endif
.if !empty(PKG_OPTIONS:Mx11)
+USE_X11= yes
CONFIGURE_ARGS+= --backend=x11
.include "../../mk/ossaudio.buildlink3.mk"
.endif