Преглед изворни кода

xfce4-icon-theme: add dependency on intltool-native

* fails without it:
  | NOTE: Executing intltoolize --copy --force --automake
  | xfce4-icon-theme/4.4.3-r0/temp/run.do_configure.2826:
    intltoolize: not found
  | ERROR: Function failed: do_configure (log file is located at
    xfce4-icon-theme/4.4.3-r0/temp/log.do_configure.2826)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa пре 11 година
родитељ
комит
df15a1b2f1
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb

+ 2 - 0
meta-xfce/recipes-art/xfce4-icon-theme/xfce4-icon-theme_4.4.3.bb

@@ -3,6 +3,8 @@ SECTION = "x11/wm"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
+DEPENDS = "intltool-native"
+
 inherit xfce
 
 SRC_URI = "http://archive.xfce.org/src/art/${PN}/${@'${PV}'[0:3]}/${PN}-${PV}.tar.bz2"