diff options
| -rw-r--r-- | meta-xfce/classes/xfce.bbclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xfce/classes/xfce.bbclass b/meta-xfce/classes/xfce.bbclass index 6b3d0b0d0f..21136742c5 100644 --- a/meta-xfce/classes/xfce.bbclass +++ b/meta-xfce/classes/xfce.bbclass | |||
| @@ -7,7 +7,10 @@ HOMEPAGE = "http://www.xfce.org" | |||
| 7 | XFCE_COMPRESS_TYPE ?= "bz2" | 7 | XFCE_COMPRESS_TYPE ?= "bz2" |
| 8 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}" | 8 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.${XFCE_COMPRESS_TYPE}" |
| 9 | 9 | ||
| 10 | inherit autotools gettext gtk-icon-cache pkgconfig | 10 | inherit gettext gtk-icon-cache pkgconfig |
| 11 | |||
| 12 | XFCEBASEBUILDCLASS ??= "autotools" | ||
| 13 | inherit_defer ${XFCEBASEBUILDCLASS} | ||
| 11 | 14 | ||
| 12 | DEPENDS += "intltool-native" | 15 | DEPENDS += "intltool-native" |
| 13 | 16 | ||
