diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 7a79aa789a..3e392fa5ec 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc | |||
@@ -31,6 +31,7 @@ EXTRA_OECONF += "--enable-examples-install \ | |||
31 | --disable-gles1 \ | 31 | --disable-gles1 \ |
32 | --disable-cairo \ | 32 | --disable-cairo \ |
33 | " | 33 | " |
34 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | ||
34 | 35 | ||
35 | # OpenGL/GLX | 36 | # OpenGL/GLX |
36 | PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}" | 37 | PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}" |