~ruther/dwl

c008bf2a7d76fd4b91267be6a67bd090b839c3ce — Leonardo Hernández Hernández 3 years ago c990dbd
add $(LIBS) to $(LDLIBS)
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 13,7 13,7 @@ WAYLAND_SCANNER   = `pkg-config --variable=wayland_scanner wayland-scanner`
# CFLAGS / LDFLAGS
PKGS      = wlroots wayland-server xkbcommon libinput $(XLIBS)
DWLCFLAGS = `pkg-config --cflags $(PKGS)` $(DWLCPPFLAGS) $(CFLAGS) $(XWAYLAND)
LDLIBS    = `pkg-config --libs $(PKGS)`
LDLIBS    = `pkg-config --libs $(PKGS)` $(LIBS)

# build rules


Do not follow this link