Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
Link against xrandr
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Dec 13, 2018
1 parent 1c7fbd8 commit 7c6b690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -54,7 +54,7 @@ CFLAGS+=$(shell pkg-config --cflags libwnck-1.0) $(shell pkg-config --cflags ${L
LDFLAGS=
LDFLAGS+=$(shell dpkg-buildflags --get LDFLAGS)
LDFLAGS+=$(shell pkg-config --libs libwnck-1.0) $(shell pkg-config --libs ${LVER})
LDFLAGS+=-lX11
LDFLAGS+=-lX11 -lXrandr

#
# Setup our sources.
Expand Down

0 comments on commit 7c6b690

Please sign in to comment.