mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-22 10:35:58 +01:00
all: update makefile
This commit is contained in:
parent
b1b43e8108
commit
960a2ae4aa
3 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,6 @@
|
||||||
# and that you have ran `make protocols` in the hl dir.
|
# and that you have ran `make protocols` in the hl dir.
|
||||||
|
|
||||||
all:
|
all:
|
||||||
g++ -shared -fPIC --no-gnu-unique main.cpp borderDeco.cpp -o borders-plus-plus.so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/build/include" -std=c++23
|
g++ -shared -fPIC --no-gnu-unique main.cpp borderDeco.cpp -o borders-plus-plus.so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -I "${HYPRLAND_HEADERS}/protocols" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/build/include" -std=c++23
|
||||||
clean:
|
clean:
|
||||||
rm ./borders-plus-plus.so
|
rm ./borders-plus-plus.so
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
# and that you have ran `make protocols` in the hl dir.
|
# and that you have ran `make protocols` in the hl dir.
|
||||||
|
|
||||||
all:
|
all:
|
||||||
g++ -shared -fPIC --no-gnu-unique main.cpp -o csgo-vulkan-fix.so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/build/include" -std=c++23
|
g++ -shared -fPIC --no-gnu-unique main.cpp -o csgo-vulkan-fix.so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -I "${HYPRLAND_HEADERS}/protocols" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/build/include" -std=c++23
|
||||||
clean:
|
clean:
|
||||||
rm ./csgo-vulkan-fix.so
|
rm ./csgo-vulkan-fix.so
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
# and that you have ran `make protocols` in the hl dir.
|
# and that you have ran `make protocols` in the hl dir.
|
||||||
|
|
||||||
all:
|
all:
|
||||||
g++ -shared -fPIC --no-gnu-unique main.cpp barDeco.cpp -o hyprbars.so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/build/include" -std=c++23
|
g++ -shared -fPIC --no-gnu-unique main.cpp barDeco.cpp -o hyprbars.so -g -I "/usr/include/pixman-1" -I "/usr/include/libdrm" -I "${HYPRLAND_HEADERS}" -I "${HYPRLAND_HEADERS}/protocols" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/include" -I "${HYPRLAND_HEADERS}/subprojects/wlroots/build/include" -std=c++23
|
||||||
clean:
|
clean:
|
||||||
rm ./hyprbars.so
|
rm ./hyprbars.so
|
||||||
|
|
Loading…
Reference in a new issue