Age | Commit message (Expand) | Author |
---|---|---|
2020-10-27 | gnu: acl: Fix cross-compilation.... | Mathieu Othacehe |
2020-10-10 | gnu: acl: Disable tests for the Hurd.... | Jan (janneke) Nieuwenhuizen |
2020-01-14 | gnu: acl: Do not build the static library.... | Marius Bakke |
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 png' alt='cgit logo'/>
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2020-10-27 | gnu: acl: Fix cross-compilation.... | Mathieu Othacehe |
2020-10-10 | gnu: acl: Disable tests for the Hurd.... | Jan (janneke) Nieuwenhuizen |
2020-01-14 | gnu: acl: Do not build the static library.... | Marius Bakke |