Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
add $(LIBS) to $(LDLIBS)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevz17 committed Jun 10, 2022
1 parent c990dbd commit c008bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c008bf2

Please sign in to comment.