mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
enchant: fix a dependancy issue affecting the build
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
40f50303c5
commit
4460087b83
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "Enchant Spell checker API Library"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "aspell"
|
||||
DEPENDS = "aspell glib-2.0"
|
||||
RDEPENDS = "aspell"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user