mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 11:16:30 +00:00
add $(LIBS) to $(LDLIBS)
This commit is contained in:
parent
c990dbd441
commit
c008bf2a7d
1 changed files with 1 additions and 1 deletions
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 a new issue