summaryrefslogtreecommitdiff
path: root/hw/xwin
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-04-25 14:53:38 +0100
committerAdam Jackson <ajax@nwnk.net>2019-04-30 20:07:51 +0000
commit93a1cdcc78bc909e25a224b76ae8f6a90322d0ba (patch)
tree98e339794f93ede072bb3b21609923106d6002d2 /hw/xwin
parent331850ce6f0c48a1cfc489da2a27ca0220997a2f (diff)
meson: Fix hw/xwin for -Dglx=false
hw/xwin/meson.build:140:0: ERROR: Unknown variable "xwin_windowsdri". hw/xwin/meson.build:141:0: ERROR: Unknown variable "xwin_glx".
Diffstat (limited to 'hw/xwin')
-rw-r--r--hw/xwin/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwin/meson.build b/hw/xwin/meson.build
index 7e1375cfd..72e4fe3c2 100644
--- a/hw/xwin/meson.build
+++ b/hw/xwin/meson.build
@@ -24,6 +24,8 @@ srcs_windows = [
]
subdir('winclipboard')
+xwin_glx = []
+xwin_windowsdri = []
if build_glx
if build_windowsdri
xwin_c_args += '-DXWIN_WINDOWS_DRI'