Plugin header overhaul 2: fixes (Electric boogaloo) (#2201)

* Add wlroots headers to makefile + fix pluginenv with new headers

* Add wlroots to pc
This commit is contained in:
Vaxry 2023-05-01 01:04:25 +01:00 committed by GitHub
parent 02312cac59
commit dbf0b92de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View file

@ -5,4 +5,4 @@ Name: Hyprland
URL: https://github.com/hyprwm/Hyprland
Description: Hyprland header files
Version: @HYPRLAND_VERSION@
Cflags: -I"${includedir}" -I"${includedir}/hyprland/protocols"
Cflags: -I"${includedir}" -I"${includedir}/hyprland/protocols" -I"${includedir}/hyprland/wlroots"