diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-18 12:37:02 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:57 +0200 |
| commit | 7d461eef5590a82c79c1434a0d02f63e232601af (patch) | |
| tree | df5354ba761bf518770552e2d123bb9ab79a7502 | |
| parent | 09d11d7c3850a9cf3be5beffe1d99bed6fb1c834 (diff) | |
| download | meta-openembedded-7d461eef5590a82c79c1434a0d02f63e232601af.tar.gz | |
exo: add missing inherit gtk-doc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb index 88fb74c288..ef8e55fa64 100644 --- a/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb +++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" | |||
| 6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" | 6 | DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" |
| 7 | PR = "r4" | 7 | PR = "r4" |
| 8 | 8 | ||
| 9 | inherit xfce pythonnative perlnative | 9 | inherit xfce pythonnative perlnative gtk-doc |
| 10 | 10 | ||
| 11 | # SRC_URI must follow inherited one | 11 | # SRC_URI must follow inherited one |
| 12 | SRC_URI += " \ | 12 | SRC_URI += " \ |
