diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-08 17:24:49 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:35 +0100 |
| commit | 80a66d27de8a06e706abee88d49d5087d96f598f (patch) | |
| tree | baf3a85768ada09742762c2d0209ce3b01f41d07 | |
| parent | 2d24824cc09a917645d48f92c3d10da2179fc700 (diff) | |
| download | meta-openembedded-80a66d27de8a06e706abee88d49d5087d96f598f.tar.gz | |
libgtop: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb b/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb index 8568274c9d..d79b9e5d4f 100644 --- a/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb +++ b/meta-gnome/recipes-gnome/libgtop/libgtop_2.30.0.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "LibGTop2" | |||
| 2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
| 3 | LIC_FILES_CHKSUM = "file://copyright.txt;md5=dbc839bf158d19a20e661db14db7a58c" | 3 | LIC_FILES_CHKSUM = "file://copyright.txt;md5=dbc839bf158d19a20e661db14db7a58c" |
| 4 | 4 | ||
| 5 | inherit gnomebase lib_package gtk-doc distro_features_check | 5 | inherit gnomebase lib_package gtk-doc distro_features_check gobject-introspection |
| 6 | # depends on libxau | 6 | # depends on libxau |
| 7 | REQUIRED_DISTRO_FEATURES = "x11" | 7 | REQUIRED_DISTRO_FEATURES = "x11" |
| 8 | 8 | ||
