mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 16:13:21 +02:00
parent
111669a699
commit
38c1d00f3c
8 changed files with 127 additions and 20 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ all: $(PLUGIN_NAME).so
|
|||
|
||||
$(PLUGIN_NAME).so: $(SOURCE_FILES)
|
||||
mkdir -p out
|
||||
g++ -shared -Wall --no-gnu-unique -fPIC $(SOURCE_FILES) -g `pkg-config --cflags hyprland | awk '{print $$NF "/src";}'` `pkg-config --cflags pixman-1 libdrm hyprland` -std=c++23 -o out/$(PLUGIN_NAME).so
|
||||
$(CXX) -shared -Wall --no-gnu-unique -fPIC $(SOURCE_FILES) -g `pkg-config --cflags hyprland | awk '{print $$NF "/src";}'` `pkg-config --cflags pixman-1 libdrm hyprland` -std=c++26 -o out/$(PLUGIN_NAME).so
|
||||
|
||||
clean:
|
||||
rm -f out/$(PLUGIN_NAME).so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue