diff options
author | Ching Pei Yang <[email protected]> | 2023-04-26 23:59:16 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-27 00:59:16 +0300 |
commit | 38bdbdb0f5356c07f077f238c4e27703e3ff4c1b (patch) | |
tree | 47a29c819d327230df1a3aae91529c0c255ca156 /hyprland.pc.in | |
parent | 622132290f60a3ecc1374d1e06eb8d3ddc96af89 (diff) | |
download | Hyprland-38bdbdb0f5356c07f077f238c4e27703e3ff4c1b.tar.gz Hyprland-38bdbdb0f5356c07f077f238c4e27703e3ff4c1b.zip |
Plugin header overhaul (#2087)
* meson: install headers
* Meson/CMake: add pkg-config file for headers
* makefile: install headers and pkgconfig
* CMake: move protocols to cmake
Co-authored-by: Ching Pei Yang <[email protected]>
---------
Co-authored-by: Mihai Fufezan <[email protected]>
Co-authored-by: vaxerski <[email protected]>
Diffstat (limited to 'hyprland.pc.in')
-rw-r--r-- | hyprland.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hyprland.pc.in b/hyprland.pc.in new file mode 100644 index 00000000..563f72ef --- /dev/null +++ b/hyprland.pc.in @@ -0,0 +1,8 @@ +prefix="@PREFIX@" +includedir="${prefix}/include" + +Name: Hyprland +URL: https://github.com/hyprwm/Hyprland +Description: Hyprland header files +Version: @HYPRLAND_VERSION@ +Cflags: -I"${includedir}/hyprland" |