aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-05-02 23:32:47 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-05-02 23:32:47 +0200
commit3a41aed2b7f2532d4146908dc8e76fb2a5af42ef (patch)
tree7f7dacc2ab3aad1ab450c7b34ba43488e84a7812
parentd6f62af847a72e941b62b307834e06423ec27d40 (diff)
downloadslock-bsd-port.tar.gz
slock-bsd-port.zip
Add xrandr on flagsbsd-port
It's needed by clang compiler. With gcc build normally.
-rw-r--r--config.mk4
1 files 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}