From da9fd0874bc3abc918e9e87c5a9b1afe69ff34b2 Mon Sep 17 00:00:00 2001 From: David Blajda Date: Thu, 16 Jan 2020 03:48:59 +0000 Subject: Properly exit when wayland server dies --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1eb8b1..5010ba0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -Wall `pkg-config --cflags --libs libudev` +CFLAGS=-g -Wall -lwayland-client `pkg-config --cflags --libs libudev` all: gcc main.c ${CFLAGS} -o poll-phone -- cgit v1.2.3