summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-08-13 20:24:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-17 00:21:15 +0100
commit7d66c9cbf19fd23b9dad936964e174f9a6af0a4a (patch)
treef96d833ea932bbf76fb842c13d494998d3c32d8e /meta/recipes-graphics
parent9849022eb8eb25b66356e59d76e09a8f6c7a2a4a (diff)
downloadpoky-7d66c9cbf19fd23b9dad936964e174f9a6af0a4a.tar.gz
cairo: Add pkgconfig for opengl support
(From OE-Core rev: b952a80b6e520588454924ab0534ba7e370eaaca) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/cairo/cairo.inc1
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"
30PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind" 30PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind"
31PACKAGECONFIG[egl] = "--enable-egl=yes,--disable-egl,virtual/egl" 31PACKAGECONFIG[egl] = "--enable-egl=yes,--disable-egl,virtual/egl"
32PACKAGECONFIG[glesv2] = "--enable-glesv2,--disable-glesv2,virtual/libgles2" 32PACKAGECONFIG[glesv2] = "--enable-glesv2,--disable-glesv2,virtual/libgles2"
33PACKAGECONFIG[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
35require cairo-fpu.inc 36require cairo-fpu.inc