From 37724ac2c3f496f4736223d0d8e5d8fecb933590 Mon Sep 17 00:00:00 2001 From: David Demelier Date: Tue, 22 May 2018 09:23:29 +0200 Subject: Add basic backlight percentage support At the moment linux only, but will add support for OpenBSD as well. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0e925cc..8e18969 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ include config.mk REQ = util COM =\ + components/backlight\ components/battery\ components/cpu\ components/datetime\ -- cgit v1.2.3