diff mbox series

[oe,1/2] abiword: use fribidi not libfribidi

Message ID 20180831133901.18202-1-ross.burton@intel.com
State Accepted
Commit 685715fd4110e9ed7bdc0df118904bbdedd1b70d
Headers show
Series [oe,1/2] abiword: use fribidi not libfribidi | expand

Commit Message

Ross Burton Aug. 31, 2018, 1:39 p.m. UTC
The recipe is called fribidi, so use that instead of the PROVIDE.

Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb
index 0f3f507f3d..36b056fdd5 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb
@@ -8,7 +8,7 @@  DEPENDS  = " \
     gtk+ \
     gtkmathview \
     wv \
-    libfribidi \
+    fribidi \
     jpeg \
     libpng \
     librsvg \