summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorStanislav Vorobiov <s.vorobiov@samsung.com>2012-12-26 21:48:14 +0400
committerStanislav Vorobiov <s.vorobiov@samsung.com>2013-04-15 15:24:18 +0400
commit4ce4a9ebbb9b018a5b99afaa6703f9350fc817ba (patch)
tree639bfe32f99fea569a671d6ba0c9cd41796cc3d5 /Makefile.target
parentd3b584c346184c897d73c88245ea8ee57910d994 (diff)
downloadqemu-4ce4a9ebbb9b018a5b99afaa6703f9350fc817ba.tar.gz
qemu-4ce4a9ebbb9b018a5b99afaa6703f9350fc817ba.tar.bz2
qemu-4ce4a9ebbb9b018a5b99afaa6703f9350fc817ba.zip
YaGL: Fixed for windows
Diffstat (limited to 'Makefile.target')
-rwxr-xr-xMakefile.target4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target
index f1d66c4377..e7d43f4d0b 100755
--- a/Makefile.target
+++ b/Makefile.target
@@ -286,11 +286,11 @@ obj-y += yagl_egl_onscreen_context.o
obj-y += yagl_egl_onscreen_surface.o
obj-y += yagl_egl_onscreen_image.o
# EGL GLX driver
-ifdef CONFIG_YAGL_EGL_GLX
+ifdef CONFIG_LINUX
obj-y += yagl_egl_glx.o
endif
# EGL WGL driver
-ifdef CONFIG_YAGL_EGL_WGL
+ifdef CONFIG_WIN32
obj-y += yagl_egl_wgl.o
endif
# GLES OpenGL common driver