mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 05:30:04 +01:00
Depedencies where not tracked in the pkgconfig leading to programs who scan dependencies using it to fail/not track them. I noticed this while building Hyprland on openSUSE where the -devel package didn't include the dependencies it once had when Meson was used previously.
8 lines
635 B
PkgConfig
8 lines
635 B
PkgConfig
prefix=@PREFIX@/@INCLUDEDIR@
|
|
|
|
Name: Hyprland
|
|
URL: https://github.com/hyprwm/Hyprland
|
|
Description: Hyprland header files
|
|
Version: @HYPRLAND_VERSION@
|
|
Requires: aquamarine >= @AQUAMARINE_MINIMUM_VERSION@, hyprcursor >= @HYPRCURSOR_MINIMUM_VERSION@, hyprgraphics >= @HYPRGRAPHICS_MINIMUM_VERSION@, hyprlang >= @HYPERLANG_MINIMUM_VERSION@, hyprutils >= @HYPRUTILS_MINIMUM_VERSION@, libdrm, egl, cairo, xkbcommon >=@XKBCOMMMON_MINIMUM_VERSION@, libinput >= @LIBINPUT_MINIMUM_VERSION@, wayland-server >= @WAYLAND_SERVER_MINIMUM_VERSION@@PKGCONFIG_XWAYLAND_DEPENDENCIES@
|
|
Cflags: -I${prefix} -I${prefix}/hyprland/protocols -I${prefix}/hyprland
|