mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-12 22:52:48 +01:00
light: add recipe
This commit is contained in:
parent
7ce700a853
commit
1fbe1d98a8
18
recipes-extended/light/light_git.bb
Normal file
18
recipes-extended/light/light_git.bb
Normal file
@ -0,0 +1,18 @@
|
||||
SUMMARY = "A program to control backlights (and other hardware lights) in GNU/Linux."
|
||||
HOMEPAGE = "https://github.com/haikarainen/light"
|
||||
SECTION = "libs"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/haikarainen/light.git \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.2.2"
|
||||
SRCREV = "v${PV}"
|
||||
|
||||
CFLAGS += " -fcommon"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
@ -7,6 +7,7 @@ SRC_URI = " \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
light \
|
||||
python3 \
|
||||
python3-pygobject \
|
||||
python3-psutil \
|
||||
|
Loading…
x
Reference in New Issue
Block a user