mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-01 22:55:56 +02:00
gmobile: update
This commit is contained in:
parent
dac6eaf231
commit
d5e2209743
@ -18,13 +18,6 @@ diff --git a/meson.build b/meson.build
|
|||||||
index e9f6c62..7e94496 100644
|
index e9f6c62..7e94496 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -1,5 +1,5 @@
|
|
||||||
project('gmobile', 'c',
|
|
||||||
- version: '0.0.1',
|
|
||||||
+ version: '0.0.3',
|
|
||||||
license: 'LGPLv2.1+',
|
|
||||||
meson_version: '>= 0.56.1',
|
|
||||||
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
|
|
||||||
@@ -99,3 +99,7 @@ summary({
|
@@ -99,3 +99,7 @@ summary({
|
||||||
bool_yn: true,
|
bool_yn: true,
|
||||||
section: 'Build',
|
section: 'Build',
|
||||||
|
@ -7,12 +7,12 @@ inherit meson pkgconfig
|
|||||||
DEPENDS = "glib-2.0 json-glib"
|
DEPENDS = "glib-2.0 json-glib"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://gitlab.gnome.org/guidog/gmobile.git;protocol=https;nobranch=1 \
|
git://gitlab.gnome.org/World/Phosh/gmobile.git;protocol=https;branch=main \
|
||||||
file://0001-meson.build-create-a-pkgconfig-.pc-file.patch \
|
file://0001-meson.build-create-a-pkgconfig-.pc-file.patch \
|
||||||
"
|
"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "f1b50f0f90604e0f125412932dae9b1e08d57ddc"
|
SRCREV = "d5ed9ed758bf0deeb050d861fb08518295a42767"
|
||||||
PV = "0.0.3"
|
PV = "0.0.4"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -m 0644 ${B}/gm-config.h ${D}${includedir}
|
install -m 0644 ${B}/gm-config.h ${D}${includedir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user