From c2dd35fab62be0ec86f49f860622f90856162326 Mon Sep 17 00:00:00 2001 From: snehrbass <62710600+snehrbass@users.noreply.github.com> Date: Fri, 5 May 2023 16:04:54 -0400 Subject: [PATCH] hyprbars: makefile typo (#21) Co-authored-by: nehrbash --- hyprbars/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprbars/Makefile b/hyprbars/Makefile index 5bd694c..f157c65 100644 --- a/hyprbars/Makefile +++ b/hyprbars/Makefile @@ -1,6 +1,6 @@ CXX = g++ CXXFLAGS = -shared -fPIC --no-gnu-unique -g -std=c++23 -INCLUDES = -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I $(shell pkg-config --cflags hyprland pangocairo) +INCLUDES = -I "/usr/include/pixman-1" -I "/usr/include/libdrm" $(shell pkg-config --cflags hyprland pangocairo) LIBS = $(shell pkg-config --libs pangocairo) SRC = main.cpp barDeco.cpp