From https://github.com/Hummer12007/brightnessctl/issues/67 --- a/Makefile +++ b/Makefile @@ -18,6 +18,8 @@ MODE = ${MODE_${INSTALL_UDEV_RULES}} ifdef ENABLE_SYSTEMD CFLAGS += ${shell pkg-config --cflags libsystemd} LDLIBS += ${shell pkg-config --libs libsystemd} + CFLAGS += ${shell pkg-config --cflags libelogind} + LDLIBS += ${shell pkg-config --libs libelogind} CPPFLAGS += -DENABLE_SYSTEMD INSTALL_UDEV_RULES=0 MODE = 0755 /cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/search.scm
AgeCommit message (Expand)Author
2023-05-26gnu: ugrep: Update to 3.11.2....Greg Hogan
2023-04-26gnu: plocate: Update to 1.1.18....kiasoc5
2023-04-25gnu: recoll: Update to 1.34.0....kiasoc5
2023-04-222022-05-312023-03-27gnu: ugrep: Update to 3.11.0....Greg Hogan
2023-01-30gnu: ugrep: Update to 3.9.6....kiasoc5