locker: also link to libXext.so

This commit is contained in:
Pierre Pronchery 2022-07-19 02:05:38 +02:00
parent a6600191da
commit edcceda3b1

View File

@ -22,8 +22,8 @@ cflags=-W -Wall -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
[locker]
type=binary
sources=locker.c,main.c
cflags=`pkg-config --cflags x11 xscrnsaver`
ldflags=`pkg-config --libs x11 xscrnsaver`
cflags=`pkg-config --cflags x11 xext xscrnsaver`
ldflags=`pkg-config --libs x11 xext xscrnsaver`
install=$(BINDIR)
[lockerctl]