diff options
author | Jakob Kaivo <jkk@ung.org> | 2023-07-04 12:06:04 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2023-07-04 12:06:04 -0400 |
commit | 0c31ba7f23c63f488315dcd73c471307b60cf44e (patch) | |
tree | 70fa6a7218c8af4e4b46e1d995cfceed29c5fbcf /autorotate.c | |
parent | 24db71d36384d6985fe7eb7f5bd17424ee6c3070 (diff) |
use maje to generate Makefileautorotate
Diffstat (limited to 'autorotate.c')
-rw-r--r-- | autorotate.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autorotate.c b/autorotate.c index 99b3fe2..b89f745 100644 --- a/autorotate.c +++ b/autorotate.c @@ -9,6 +9,12 @@ #include <X11/extensions/Xrandr.h> #include <X11/extensions/XInput.h> +/* +MAJE_LDLIB=-lXrandr +MAJE_LDLIB=-lX11 +MAJE_LDLIB=-lXi +*/ + #define ACPID_SOCK_PATH "/var/run/acpid.socket" /* once to go into tablet mode, twice to come out */ |