add $(LIBS) to $(LDLIBS)
This commit is contained in:
parent
c990dbd441
commit
c008bf2a7d
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user