gmobile: update; build shared

This commit is contained in:
Markus Volk
2023-08-15 08:45:46 +02:00
parent f37900dc75
commit a5ad9dd237
2 changed files with 69 additions and 3 deletions

View File

@ -6,7 +6,14 @@ inherit meson pkgconfig
DEPENDS = "glib-2.0 json-glib"
SRC_URI = "git://gitlab.gnome.org/guidog/gmobile.git;protocol=https;nobranch=1"
SRC_URI = " \
git://gitlab.gnome.org/guidog/gmobile.git;protocol=https;nobranch=1 \
file://0001-meson.build-create-a-pkgconfig-.pc-file.patch \
"
S = "${WORKDIR}/git"
SRCREV = "52f8c0f7970bb997ecc960b61bef4aa07eeaa92c"
PV = "0.0.1"
SRCREV = "f1b50f0f90604e0f125412932dae9b1e08d57ddc"
PV = "0.0.3"
do_install:append() {
install -m 0644 ${B}/gm-config.h ${D}${includedir}
}