diff options
-rw-r--r-- | meta-gnome/recipes-graphics/cogl/cogl-1.0.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc index 3da361b3ff..b1ef57ce57 100644 --- a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc | |||
@@ -29,6 +29,8 @@ EDEPENDS_WAYLAND = "virtual/egl virtual/libgles2 wayland" | |||
29 | ERDEPENDS_GL = "libgl" | 29 | ERDEPENDS_GL = "libgl" |
30 | ERDEPENDS_GLES2 = "libgles2" | 30 | ERDEPENDS_GLES2 = "libgles2" |
31 | 31 | ||
32 | # Needed for introspection.m4 | ||
33 | EXTRA_AUTORECONF += "-I m4" | ||
32 | # GLESv1 is rarely tested, so disable it | 34 | # GLESv1 is rarely tested, so disable it |
33 | EXTRA_OECONF += "--enable-examples-install \ | 35 | EXTRA_OECONF += "--enable-examples-install \ |
34 | --enable-debug \ | 36 | --enable-debug \ |