diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/cairo/cairo.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 8e1e2e1b88..20e0d2c92a 100644 --- a/meta/recipes-graphics/cairo/cairo.inc +++ b/meta/recipes-graphics/cairo/cairo.inc | |||
@@ -30,6 +30,7 @@ PACKAGECONFIG[directfb] = "--enable-directfb=yes,,directfb" | |||
30 | PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind" | 30 | PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind" |
31 | PACKAGECONFIG[egl] = "--enable-egl=yes,--disable-egl,virtual/egl" | 31 | PACKAGECONFIG[egl] = "--enable-egl=yes,--disable-egl,virtual/egl" |
32 | PACKAGECONFIG[glesv2] = "--enable-glesv2,--disable-glesv2,virtual/libgles2" | 32 | PACKAGECONFIG[glesv2] = "--enable-glesv2,--disable-glesv2,virtual/libgles2" |
33 | PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl" | ||
33 | 34 | ||
34 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points | 35 | #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points |
35 | require cairo-fpu.inc | 36 | require cairo-fpu.inc |