diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-03-02 00:01:37 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-16 19:12:06 -0700 |
commit | 1834e9ecbde71d98ca70ea341aa176d5eec9e465 (patch) | |
tree | e8bacdba43a3860be8ae5ddfc78a98f3d3c72abc | |
parent | 790ddac5a9f2d4a40012551eb3b7a0743c2975e6 (diff) | |
download | meta-openembedded-1834e9ecbde71d98ca70ea341aa176d5eec9e465.tar.gz |
xfce4-panel: add gtk-icon-cache to inherit
+ mini stylize
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb index 75bcdd7169..9cc9a4bbce 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.2.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee" |
5 | DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ gtk+3 dbus cairo virtual/libx11 libxml2 libwnck" | 5 | DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ gtk+3 dbus cairo virtual/libx11 libxml2 libwnck" |
6 | 6 | ||
7 | inherit xfce gtk-doc distro_features_check | 7 | inherit xfce gtk-doc distro_features_check gtk-icon-cache |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
@@ -39,5 +39,6 @@ FILES_${PN}-gtk3 = " \ | |||
39 | ${libdir}/libxfce4panel-2.0${SOLIBS} \ | 39 | ${libdir}/libxfce4panel-2.0${SOLIBS} \ |
40 | ${libdir}/xfce4/panel/wrapper-2.0 \ | 40 | ${libdir}/xfce4/panel/wrapper-2.0 \ |
41 | " | 41 | " |
42 | FILES_${PN}-dbg += "${libdir}/xfce4/panel/plugins/.debug \ | 42 | FILES_${PN}-dbg += " \ |
43 | ${libdir}/xfce4/panel/plugins/.debug \ | ||
43 | " | 44 | " |