mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
meta-xfce: add intltool-native to DEPENDS
fix tons of messages as: | WARNING: foo do_configure: Missing DEPENDS on intltool-native Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
c31ccabca5
commit
b86f2fac95
|
|
@ -8,6 +8,8 @@ SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BP
|
|||
|
||||
inherit autotools gettext gtk-icon-cache pkgconfig
|
||||
|
||||
DEPENDS += "intltool-native"
|
||||
|
||||
FILES_${PN} += "${datadir}/icons/* ${datadir}/applications/* ${libdir}/xfce4/modules/*.so*"
|
||||
FILES_${PN}-doc += "${datadir}/xfce4/doc"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||
|
||||
inherit xfce-app
|
||||
|
||||
DEPENDS = "gtk+ cairo libwnck xfce4-dev-tools-native exo-native"
|
||||
DEPENDS += "gtk+ cairo libwnck xfce4-dev-tools-native exo-native"
|
||||
|
||||
SRC_URI[md5sum] = "7da465a4798629ebd8650fef62770ab7"
|
||||
SRC_URI[sha256sum] = "2e1eb161f966cbfbd68bd029fb59115bc5ab0c0704cb500d20e7d73967e59ecb"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|||
|
||||
inherit xfce-app gtk-doc mime
|
||||
|
||||
DEPENDS = " \
|
||||
DEPENDS += " \
|
||||
glib-2.0 \
|
||||
dbus-glib \
|
||||
gtk+3 \
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|||
|
||||
inherit xfce-panel-plugin
|
||||
|
||||
DEPENDS = "gtk+ libxfce4ui xfce4-panel xfconf libunique"
|
||||
DEPENDS += "gtk+ libxfce4ui xfce4-panel xfconf libunique"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-main-status-icon.c-remove-deprecated-g_type_init.patch \
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|||
|
||||
inherit xfce
|
||||
|
||||
DEPENDS = "gtk+ glib-2.0 dbus-glib xfconf libxfce4ui libxfce4util libnotify \
|
||||
DEPENDS += "gtk+ glib-2.0 dbus-glib xfconf libxfce4ui libxfce4util libnotify \
|
||||
libxrandr virtual/libx11 libxext xfce4-panel upower"
|
||||
|
||||
SRC_URI[md5sum] = "e7d00548e58bf19229e727818184c1e0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user