diff options
author | 2024-05-02 23:32:47 +0200 | |
---|---|---|
committer | 2024-05-02 23:32:47 +0200 | |
commit | 3a41aed2b7f2532d4146908dc8e76fb2a5af42ef (patch) | |
tree | 7f7dacc2ab3aad1ab450c7b34ba43488e84a7812 | |
parent | d6f62af847a72e941b62b307834e06423ec27d40 (diff) | |
download | slock-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.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |