diff options
author | Brice Waegeneire <brice@waegenei.re> | 2021-06-04 20:42:28 +0200 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2021-06-17 07:27:45 +0200 |
commit | db87a223fe9f982ef9adf67fe7f24339eac70fcd (patch) | |
tree | 8549b2e0ce7010ceae3a1a2277c66050e9eb3521 /gnu/local.mk | |
parent | 375d5d03c91e722c1fcf17d456c303c53b0b5a80 (diff) | |
download | guix-db87a223fe9f982ef9adf67fe7f24339eac70fcd.tar guix-db87a223fe9f982ef9adf67fe7f24339eac70fcd.tar.gz |
gnu: brightnessctl: Add elogind support.
* gnu/packages/patches/brightnessctl-elogind-support.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (brightnessctl)[source]: Apply it.
[make-flags]: Enable logind support.
[native-inputs]: Add pkg-config.
[inputs]: Add elogind.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 500973f9fe..ac292334b5 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -852,6 +852,7 @@ dist_patch_DATA = \ %D%/packages/patches/bazaar-CVE-2017-14176.patch \ %D%/packages/patches/bc-fix-cross-compilation.patch \ %D%/packages/patches/bear-disable-preinstall-tests.patch \ + %D%/packages/patches/brightnessctl-elogind-support.patch \ %D%/packages/patches/bsdiff-CVE-2014-9862.patch \ %D%/packages/patches/bsd-games-2.17-64bit.patch \ %D%/packages/patches/bsd-games-add-configure-config.patch \ |