From 581a6c22f7deadf11b64f85e9e8e5b5b91978fa0 Mon Sep 17 00:00:00 2001 From: Aki Date: Thu, 26 Aug 2021 18:38:11 +0200 Subject: Switched to use raw get_property --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b2650af..163233a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CFLAGS += -Wall -Wextra -Wpedantic CFLAGS += -DFUSE_USE_VERSION=31 -CFLAGS += `pkg-config --cflags fuse3 xcb xcb-util xcb-icccm` -LDLIBS += `pkg-config --libs fuse3 xcb xcb-util xcb-icccm` +CFLAGS += `pkg-config --cflags fuse3 xcb xcb-util` +LDLIBS += `pkg-config --libs fuse3 xcb xcb-util` all: clipfs -- cgit v1.1