hyprbars: update Makefile to include necessary pkgconfig flags

This commit is contained in:
sjp760 2023-12-27 21:26:56 -06:00 committed by Mihai Fufezan
parent f14cb7635a
commit e4e1e33fa9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
CXXFLAGS = -shared -fPIC --no-gnu-unique -g -std=c++2b -Wno-c++11-narrowing
INCLUDES = `pkg-config --cflags pixman-1 libdrm hyprland pangocairo`
INCLUDES = `pkg-config --cflags pixman-1 libdrm hyprland pangocairo libinput libudev wayland-server hyprland`
LIBS = `pkg-config --libs pangocairo`
SRC = main.cpp barDeco.cpp