From: Evgeny Voevodin Date: Tue, 16 Oct 2012 05:28:56 +0000 (+0400) Subject: tizen/src/Makefile.tizen: Compile gloffscreen_wgl.c for all targets. X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1405^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cd09e60fb4ad514cb55ec7eca2ece34d431af84;p=sdk%2Femulator%2Fqemu.git tizen/src/Makefile.tizen: Compile gloffscreen_wgl.c for all targets. It contains code for Windows host OS. Signed-off-by: Evgeny Voevodin --- diff --git a/tizen/src/Makefile.tizen b/tizen/src/Makefile.tizen index e66e9c881d..0bdb51667a 100755 --- a/tizen/src/Makefile.tizen +++ b/tizen/src/Makefile.tizen @@ -132,8 +132,8 @@ ifndef CONFIG_DARWIN ########################################################### ## opengl library for i386 obj-$(CONFIG_GL) += virtio-gl.o -obj-$(CONFIG_GL) += helper_opengl.o opengl_exec.o mesa_mipmap.o gloffscreen_wgl.o +obj-$(CONFIG_GL) += helper_opengl.o opengl_exec.o mesa_mipmap.o obj-$(CONFIG_NO_GL) += virtio-gl-stub.o -obj-y += gloffscreen_test.o gloffscreen_xcomposite.o gloffscreen_common.o +obj-y += gloffscreen_test.o gloffscreen_xcomposite.o gloffscreen_common.o gloffscreen_wgl.o ########################################################### endif