diff options
| author | KARN JYE LAU <karn.jye.lau@intel.com> | 2022-04-12 03:13:38 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-13 19:21:40 -0700 |
| commit | e6f43e79953c79fc391cb78cbe05a58043073652 (patch) | |
| tree | ea49fc7cfdcd82450c6dc2e827c5028976f6df2a | |
| parent | 7751b4bb1432e1c7d1b16e4d83bd648cc914946a (diff) | |
| download | meta-openembedded-e6f43e79953c79fc391cb78cbe05a58043073652.tar.gz | |
icewm:include imlib2-loaders package
icewm 2.0.0 above have use imlib2 as default
rendering engine.Update icewm recipe to include
the essential packages for icewm to work properly.
Signed-off-by: KARN JYE LAU <karn.jye.lau@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/icewm/icewm_2.9.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/icewm/icewm_2.9.6.bb b/meta-oe/recipes-extended/icewm/icewm_2.9.6.bb index f3b147d10a..2112b62769 100644 --- a/meta-oe/recipes-extended/icewm/icewm_2.9.6.bb +++ b/meta-oe/recipes-extended/icewm/icewm_2.9.6.bb | |||
| @@ -23,7 +23,7 @@ DEPENDS = "asciidoc-native fontconfig fribidi gdk-pixbuf imlib2 libxft libxpm li | |||
| 23 | libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \ | 23 | libxinerama libice libsm libx11 libxext libxrender libxcomposite libxdamage \ |
| 24 | libxfixes" | 24 | libxfixes" |
| 25 | DEPENDS:append = " qemu-native" | 25 | DEPENDS:append = " qemu-native" |
| 26 | RDEPENDS:${PN} = "perl fribidi" | 26 | RDEPENDS:${PN} = "perl fribidi imlib2 imlib2-loaders" |
| 27 | 27 | ||
| 28 | do_compile:prepend:class-target() { | 28 | do_compile:prepend:class-target() { |
| 29 | 29 | ||
