diff options
-rw-r--r-- | meta-gnome/recipes-support/libhandy/libhandy_git.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-gnome/recipes-support/libhandy/libhandy_git.bb b/meta-gnome/recipes-support/libhandy/libhandy_git.bb deleted file mode 100644 index 8c6159f998..0000000000 --- a/meta-gnome/recipes-support/libhandy/libhandy_git.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | SUMMARY = "A library full of GTK+ widgets for mobile phones" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
4 | |||
5 | SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https" | ||
6 | SRCREV = "ef7c4bf75ae239495141ada83d2fbaf034315563" | ||
7 | S = "${WORKDIR}/git" | ||
8 | PV = "0.0.12" | ||
9 | |||
10 | GIR_MESON_ENABLE_FLAG = 'enabled' | ||
11 | GIR_MESON_DISABLE_FLAG = 'disabled' | ||
12 | GTKDOC_MESON_OPTION = 'gtk_doc' | ||
13 | |||
14 | inherit meson gobject-introspection vala gettext gtk-doc features_check | ||
15 | |||
16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
17 | |||
18 | DEPENDS += "gtk+3" | ||
19 | |||
20 | PACKAGES =+ "${PN}-examples" | ||
21 | FILES_${PN}-examples = "${bindir}" | ||