diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb new file mode 100644 index 000000000..3a7379f9e --- /dev/null +++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "GNOME keyboard library" | ||
2 | LICENSE = "LGPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=6e29c688d912da12b66b73e32b03d812" | ||
4 | |||
5 | SECTION = "x11/gnome/libs" | ||
6 | |||
7 | DEPENDS = "gconf glib-2.0 libxklavier gtk+3 intltool-native" | ||
8 | |||
9 | inherit distro_features_check gnome gobject-introspection gettext | ||
10 | |||
11 | REQUIRED_DISTRO_FEATURES = "x11" | ||
12 | |||
13 | GNOME_COMPRESS_TYPE = "xz" | ||
14 | |||
15 | SRC_URI[archive.md5sum] = "98040022484406e7ebe25f82cef93344" | ||
16 | SRC_URI[archive.sha256sum] = "f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679" | ||
17 | |||
18 | EXTRA_OECONF_remove = "--disable-schemas-install" | ||
19 | |||