build: add -Wno-error=deprecated-declarations for recent glib
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 1 Jul 2016 05:28:35 +0000 (14:28 +0900)
committerMunkyu Im <munkyu.im@samsung.com>
Tue, 5 Jul 2016 05:53:45 +0000 (14:53 +0900)
Change-Id: I509ac53971101779915fe5115b22d1959ba411b8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
configure
tizen/emulator_configure.sh

index b6e5f048b2c8487567bd1e1efb9f319bf98f1ef7..7e17f8a869bc1e201e462a5ff45e206b0cc3f4f0 100755 (executable)
--- a/configure
+++ b/configure
@@ -4677,7 +4677,7 @@ if test "$yagl" = "yes" ; then
   if test "$linux" = "yes" ; then
     LIBS="-lGLU -ldl $LIBS"
   elif test "$mingw32" = "yes" ; then
-    LIBS="-lopengl32 -lglu32 $LIBS"
+    LIBS="-lopengl32 -lgdi32 -lglu32 $LIBS"
   elif test "$darwin" = "yes" ; then
     LIBS="-framework OpenGL -framework AGL -framework GLUT $LIBS"
   else
index c812ffdf44c2b893d6554fa8dde85883939b8dfa..df17a03ac5b77eaf7321b364565656212de89861 100755 (executable)
@@ -217,6 +217,7 @@ exec ./configure \
  --extra-cflags=-Wno-error=format \
  --extra-cflags=-Wno-error=format-extra-args \
  --extra-cflags=-Wno-error=redundant-decls \
+ --extra-cflags=-Wno-error=deprecated-declarations \
  --extra-ldflags=-Wl,--large-address-aware \
  --cc=gcc \
  --audio-drv-list=winwave \