mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 22:18:21 +01:00
Compare commits
3 Commits
a080779c1b
...
c66a2e487c
Author | SHA1 | Date | |
---|---|---|---|
|
c66a2e487c | ||
|
86080f9cc2 | ||
|
05443025cb |
@ -11,7 +11,7 @@ SRC_URI = " \
|
||||
git://git.sr.ht/~emersion/kanshi;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
DEPENDS = "wayland wayland-native"
|
||||
DEPENDS = "wayland wayland-native libscfg"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
@ -23,8 +23,8 @@ PACKAGECONFIG ?= " \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.2.0"
|
||||
SRCREV = "992c1954a6a00a3f66882c9eb75d74c2dbcbe25c"
|
||||
PV = "1.7.0"
|
||||
SRCREV = "83dc2fd4ff28ba77b5729ab89fc1b8ea3b3e2882"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
|
14
recipes-support/libscfg/libscfg_git.bb
Normal file
14
recipes-support/libscfg/libscfg_git.bb
Normal file
@ -0,0 +1,14 @@
|
||||
SUMMARY = "A C library for scfg"
|
||||
HOMEPAGE = "https://git.sr.ht/~emersion/libscfg"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
|
||||
|
||||
SRC_URI = "git://git.sr.ht/~emersion/libscfg;protocol=https;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.1.1"
|
||||
SRCREV = "94076e2d03df183decac76fc8e5e1249aa7827c5"
|
||||
|
||||
inherit meson
|
||||
|
@ -39,8 +39,8 @@ PACKAGECONFIG ?= " \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.8.0"
|
||||
SRCREV = "b25d38f53b4f17830111f6ea82c5985e3f3d796a"
|
||||
PV = "1.9.0"
|
||||
SRCREV = "43ac7b8094b3b7fae723f78fb7dc6bf34ea8814b"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user