[oe-commits] [openembedded-core] 13/13: mesa-gl: Fix build after recent mesa PACKAGECONFIG changes

git at git.openembedded.org git at git.openembedded.org
Tue Sep 5 14:01:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit cc319b6dcc5b4a5019fb91c9771b12ce17f3c953
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Mon Sep 4 11:39:24 2017 +0300

    mesa-gl: Fix build after recent mesa PACKAGECONFIG changes
    
    48d39cf43b added "opengl" PACKAGECONFIG option to mesa: before that
    the configuration was always enabled. "opengl" should have been added
    to mesa-gl default PACKAGECONFIG but wasn't: do it now.
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/mesa/mesa-gl_17.1.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.1.7.bb b/meta/recipes-graphics/mesa/mesa-gl_17.1.7.bb
index b9e3b80..73267eb 100644
--- a/meta/recipes-graphics/mesa/mesa-gl_17.1.7.bb
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.1.7.bb
@@ -6,4 +6,4 @@ PROVIDES = "virtual/libgl virtual/mesa"
 
 S = "${WORKDIR}/mesa-${PV}"
 
-PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
+PACKAGECONFIG ??= "opengl dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list