summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/clight/clight_4.11.bb
blob: 6280bd21b0fa8a4a0e3d28bfe03b4ad9424f73a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SUMMARY = "User daemon for automatic display management and ambient light adaptation"
HOMEPAGE = "https://github.com/FedeDP/Clight"
SECTION = "utils"

LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

SRCREV = "6a5ad96ce7643c433ea2f6bd597bc52dcc744120"
SRC_URI = "git://github.com/FedeDP/${BPN};protocol=https;branch=master;tag=${PV} \
"

inherit cmake pkgconfig features_check

REQUIRED_DISTRO_FEATURES = "polkit systemd"

DEPENDS += "\
    dbus \
    gsl \
    libconfig \
    libmodule \
    popt \
    systemd \
    udev \
"

RDEPENDS:${PN} = "clightd"

FILES:${PN} += " \
    ${libdir}/* \
    ${datadir}/* \
"