mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
webkitgtk: Add a recommends on shared-mime-info.
* without this package installed any WebKitGTK+ based browser will fail to correctly open html files (and other files) from disk (file:// URIs). It will open them as plain txt files. (From OE-Core rev: b708cb53b46d9d82a7853bcd0f25ef6bc417bd10) Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4e3878a808
commit
e0679d21f4
@@ -98,7 +98,7 @@ SECURITY_CFLAGS_append_aarch64 = " -fPIE"
|
||||
|
||||
FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so"
|
||||
|
||||
RRECOMMENDS_${PN} += "ca-certificates"
|
||||
RRECOMMENDS_${PN} += "ca-certificates shared-mime-info"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/20370/
|
||||
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||
|
||||
Reference in New Issue
Block a user