mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-14 17:26:00 +01:00
makefile: only require version.h before installheaders
This commit is contained in:
parent
03c6f4506a
commit
c4bd91ec8a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -68,7 +68,7 @@ pluginenv:
|
||||||
@exit 1
|
@exit 1
|
||||||
|
|
||||||
installheaders:
|
installheaders:
|
||||||
@if [ ! -f ./build/Hyprland ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
|
@if [ ! -f ./src/version.h ]; then echo -en "You need to run $(MAKE) all first.\n" && exit 1; fi
|
||||||
|
|
||||||
mkdir -p ${PREFIX}/include/hyprland
|
mkdir -p ${PREFIX}/include/hyprland
|
||||||
mkdir -p ${PREFIX}/include/hyprland/protocols
|
mkdir -p ${PREFIX}/include/hyprland/protocols
|
||||||
|
|
Loading…
Reference in a new issue