]> code.ossystems Code Review - openembedded-core.git/commitdiff
cairo: Add pkgconfig for opengl support
authorKhem Raj <raj.khem@gmail.com>
Mon, 14 Aug 2017 03:24:18 +0000 (20:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Aug 2017 08:18:47 +0000 (09:18 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/cairo/cairo.inc

index 8e1e2e1b882d71a0c5e884dbe794367414adedd3..20e0d2c92af72de2827db53408226ea23a7f4426 100644 (file)
@@ -30,6 +30,7 @@ PACKAGECONFIG[directfb] = "--enable-directfb=yes,,directfb"
 PACKAGECONFIG[valgrind] = "--enable-valgrind=yes,--disable-valgrind,valgrind"
 PACKAGECONFIG[egl] = "--enable-egl=yes,--disable-egl,virtual/egl"
 PACKAGECONFIG[glesv2] = "--enable-glesv2,--disable-glesv2,virtual/libgles2"
+PACKAGECONFIG[opengl] = "--enable-gl,--disable-gl,virtual/libgl"
 
 #check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points 
 require cairo-fpu.inc