2021-07-28 07:54:08 +02:00
|
|
|
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"
|
|
|
|
|
2024-08-04 18:19:42 +02:00
|
|
|
SRC_URI = "git://gitlab.com/dpeukert/light;protocol=https;branch=main"
|
2021-07-28 07:54:08 +02:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV = "1.2.2"
|
2024-08-04 18:19:42 +02:00
|
|
|
SRCREV = "2a54078cbe3814105ee4f565f451b1b5947fbde0"
|
2021-07-28 07:54:08 +02:00
|
|
|
|
|
|
|
CFLAGS += " -fcommon"
|
|
|
|
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
|