diff options
author | Stanislav Vorobiov <s.vorobiov@samsung.com> | 2012-12-26 21:48:14 +0400 |
---|---|---|
committer | Stanislav Vorobiov <s.vorobiov@samsung.com> | 2013-04-15 15:24:18 +0400 |
commit | 4ce4a9ebbb9b018a5b99afaa6703f9350fc817ba (patch) | |
tree | 639bfe32f99fea569a671d6ba0c9cd41796cc3d5 /Makefile.target | |
parent | d3b584c346184c897d73c88245ea8ee57910d994 (diff) | |
download | qemu-4ce4a9ebbb9b018a5b99afaa6703f9350fc817ba.tar.gz qemu-4ce4a9ebbb9b018a5b99afaa6703f9350fc817ba.tar.bz2 qemu-4ce4a9ebbb9b018a5b99afaa6703f9350fc817ba.zip |
YaGL: Fixed for windows
Diffstat (limited to 'Makefile.target')
-rwxr-xr-x | Makefile.target | 4 |
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 |