From 55f211a5a5217f67abec6dee50b1d7052bf28b59 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 15 Apr 2026 18:45:23 +0200 Subject: Move to glib for getting desktop entries --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8dc8245..d59002d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC ?= clang CFLAGS := -std=c99 -pedantic -Wall -Wextra -Wunused -Wswitch-enum -INCLUDES := $(shell pkg-config --cflags xft libpulse) -LDFLAGS := $(shell pkg-config --libs x11 xft libpulse) -lpthread +INCLUDES := $(shell pkg-config --cflags xft libpulse gio-2.0 gio-unix-2.0) +LDFLAGS := $(shell pkg-config --libs x11 xft libpulse gio-2.0 gio-unix-2.0) -lpthread DESTDIR ?= /usr/local DISPLAY_NUM := 69 -- cgit v1.2.3