mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-22 10:35:58 +01:00
hyprbars: update Makefile to include necessary pkgconfig flags
This commit is contained in:
parent
f14cb7635a
commit
e4e1e33fa9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
CXXFLAGS = -shared -fPIC --no-gnu-unique -g -std=c++2b -Wno-c++11-narrowing
|
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`
|
LIBS = `pkg-config --libs pangocairo`
|
||||||
|
|
||||||
SRC = main.cpp barDeco.cpp
|
SRC = main.cpp barDeco.cpp
|
||||||
|
|
Loading…
Reference in a new issue