From: Khem Raj Date: Mon, 14 Aug 2017 03:24:18 +0000 (-0700) Subject: cairo: Add pkgconfig for opengl support X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d66c9cbf19fd23b9dad936964e174f9a6af0a4a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cairo: Add pkgconfig for opengl support (From OE-Core rev: b952a80b6e520588454924ab0534ba7e370eaaca) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/cairo/cairo.inc b/meta/recipes-graphics/cairo/cairo.inc index 8e1e2e1b882..20e0d2c92af 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" 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