diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/clight/clight_4.11.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/clight/clight_4.11.bb b/meta-multimedia/recipes-multimedia/clight/clight_4.11.bb new file mode 100644 index 0000000000..6280bd21b0 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/clight/clight_4.11.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "User daemon for automatic display management and ambient light adaptation" | ||
| 2 | HOMEPAGE = "https://github.com/FedeDP/Clight" | ||
| 3 | SECTION = "utils" | ||
| 4 | |||
| 5 | LICENSE = "GPL-3.0-only" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 7 | |||
| 8 | SRCREV = "6a5ad96ce7643c433ea2f6bd597bc52dcc744120" | ||
| 9 | SRC_URI = "git://github.com/FedeDP/${BPN};protocol=https;branch=master;tag=${PV} \ | ||
| 10 | " | ||
| 11 | |||
| 12 | inherit cmake pkgconfig features_check | ||
| 13 | |||
| 14 | REQUIRED_DISTRO_FEATURES = "polkit systemd" | ||
| 15 | |||
| 16 | DEPENDS += "\ | ||
| 17 | dbus \ | ||
| 18 | gsl \ | ||
| 19 | libconfig \ | ||
| 20 | libmodule \ | ||
| 21 | popt \ | ||
| 22 | systemd \ | ||
| 23 | udev \ | ||
| 24 | " | ||
| 25 | |||
| 26 | RDEPENDS:${PN} = "clightd" | ||
| 27 | |||
| 28 | FILES:${PN} += " \ | ||
| 29 | ${libdir}/* \ | ||
| 30 | ${datadir}/* \ | ||
| 31 | " | ||
