Skip to content

Commit

Permalink
feat: add basic damage tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Frewacom committed Dec 10, 2021
1 parent 51f8b10 commit 3eb608f
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 52 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CFLAGS += -I. -DWLR_USE_UNSTABLE -std=c99 -Wno-declaration-after-statement
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)

PKGS = wlroots wayland-server xcb xkbcommon libinput guile-3.0
PKGS = wlroots wayland-server xcb xkbcommon libinput guile-3.0 pixman-1
CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p))) -DWLR_USE_UNSTABLE
LDLIBS += $(foreach p,$(PKGS),$(shell pkg-config --libs $(p)))

Expand Down
Loading

0 comments on commit 3eb608f

Please sign in to comment.