From 9585a16c9668f8aacba7ce72d5061fc38c4745e0 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 4 Jan 2017 09:26:32 +0200 Subject: libgbm: make possible to use other libgbm provides than mesa Mesa is the default libgbm provider, but does not yet have virtual/libgbm in the PROVIDES list. This makes it difficult the change the dependency to another recipes that provide only libgbm. Add virtual/libgbm to mesa and TI's libgbm recipe, and change the dependency in qtbase. Add gbm to qtbase PACKAGECONFIG on intel devices. Task-number: QTBUG-57896 Change-Id: I491df7057e52f9e74dd87abf65e542eab2cd3f9e Reviewed-by: Gatis Paeglis Reviewed-by: Mikko Gronoff --- recipes-qt/qt5/qtbase_git.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-qt/qt5') diff --git a/recipes-qt/qt5/qtbase_git.bbappend b/recipes-qt/qt5/qtbase_git.bbappend index 585e1b5..e997936 100644 --- a/recipes-qt/qt5/qtbase_git.bbappend +++ b/recipes-qt/qt5/qtbase_git.bbappend @@ -58,3 +58,6 @@ do_configure_prepend() { } SRCREV = "179045f36a16ce2f6cfaad1dbd9443b52b1bf8d3" + +# make other libgbm providers possible +PACKAGECONFIG[gbm] = "-gbm,-no-gbm,virtual/libgbm" -- cgit v1.2.3-54-g00ecf