From 3a41aed2b7f2532d4146908dc8e76fb2a5af42ef Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 2 May 2024 23:32:47 +0200 Subject: Add xrandr on flags It's needed by clang compiler. With gcc build normally. --- config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 1f5174a..b011b6a 100644 --- a/config.mk +++ b/config.mk @@ -7,8 +7,8 @@ VERSION = 1.5 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man -X11INC != pkg-config --cflags x11 xorg-server -X11LIB != pkg-config --libs x11 xorg-server +X11INC != pkg-config --cflags x11 xorg-server xrandr +X11LIB != pkg-config --libs x11 xorg-server xrandr # includes and libs INCS = -I. -I/usr/include -I${X11INC} -- cgit v1.2.3