diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-18 08:14:12 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:54 +0200 |
commit | f0b89de52022321bc384c314f9a0d8d0dc6bfab5 (patch) | |
tree | 14555334c11e80f4ea01508cfbd5be0b4544ada6 /meta-xfce | |
parent | f3185a70a3f3de2c67b4cfd3a66dcf4e01d085cb (diff) | |
download | meta-openembedded-f0b89de52022321bc384c314f9a0d8d0dc6bfab5.tar.gz |
libxfce4ui: Add missing gtk-doc inherit
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb index 52792f585..0582412b1 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.10.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475" |
5 | DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" | 5 | DEPENDS = "perl-native glib-2.0 gtk+ intltool libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice" |
6 | 6 | ||
7 | inherit autotools gettext xfce xfce-git | 7 | inherit autotools gettext xfce xfce-git gtk-doc |
8 | 8 | ||
9 | SRC_URI = " \ | 9 | SRC_URI = " \ |
10 | git://git.xfce.org/xfce/libxfce4ui;protocol=git \ | 10 | git://git.xfce.org/xfce/libxfce4ui;protocol=git \ |