mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-27 22:18:21 +01:00
Compare commits
3 Commits
8acf60577b
...
7c8278c3bb
Author | SHA1 | Date | |
---|---|---|---|
|
7c8278c3bb | ||
|
fc5aa68375 | ||
|
e825fe1fd7 |
16
recipes-extended/libsfdo/libsfdo_git.bb
Normal file
16
recipes-extended/libsfdo/libsfdo_git.bb
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
SUMMARY = "A collection of libraries which implement some of the freedesktop.org specifications."
|
||||||
|
HOMEPAGE = "https://gitlab.freedesktop.org/vyivel/libsfdo"
|
||||||
|
LICENSE = "BSD-2-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
|
||||||
|
|
||||||
|
inherit meson pkgconfig
|
||||||
|
|
||||||
|
SRC_URI = "git://gitlab.freedesktop.org/vyivel/libsfdo.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "0.1.3"
|
||||||
|
SRCREV = "b3936ed9826375334dbbaa999e7216d1b36b445b"
|
||||||
|
|
||||||
|
PACKAGECONFIG ?= ""
|
||||||
|
PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false"
|
||||||
|
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
|
@ -16,7 +16,7 @@ DEPENDS += " \
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/labwc/labwc-tweaks-gtk.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/labwc/labwc-tweaks-gtk.git;protocol=https;branch=master"
|
||||||
|
|
||||||
SRCREV = "67adbedd610a1b44e7ba667ae72a5c9b07105119"
|
SRCREV = "405a3adcb2851436145a023d437d08a652583a1a"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check
|
inherit meson pkgconfig features_check
|
||||||
|
@ -10,6 +10,7 @@ REQUIRED_DISTRO_FEATURES = "wayland"
|
|||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
|
libsfdo \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
cairo \
|
cairo \
|
||||||
pango \
|
pango \
|
||||||
@ -34,8 +35,8 @@ RRECOMMENDS:${PN} ?= " \
|
|||||||
|
|
||||||
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master"
|
||||||
|
|
||||||
SRCREV = "98c876d79644eb89aded1db6fba57e95b5a3210f"
|
SRCREV = "6bd36e85122101b30a852723b33d72210d45f8a5"
|
||||||
PV = "0.8.0"
|
PV = "0.8.1"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit meson pkgconfig features_check gettext
|
inherit meson pkgconfig features_check gettext
|
||||||
|
Loading…
Reference in New Issue
Block a user