mirror of
https://github.com/hyprwm/hyprland-protocols.git
synced 2024-11-08 06:45:59 +01:00
meson: fix pkgconfig path
This commit is contained in:
parent
10e3971752
commit
ff2a291512
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ pkgconfig_configuration = configuration_data()
|
|||
pkgconfig_configuration.set('prefix', get_option('prefix'))
|
||||
pkgconfig_configuration.set('datarootdir', '${prefix}/@0@'.format(get_option('datadir')))
|
||||
pkgconfig_configuration.set('abs_top_srcdir', hyprland_protocols_srcdir)
|
||||
pkgconfig_configuration.set('PACKAGE', 'hyprland-protocols')
|
||||
pkgconfig_configuration.set('PACKAGE', 'protocols')
|
||||
pkgconfig_configuration.set('HYPRLAND_PROTOCOLS_VERSION', hyprland_protocols_version)
|
||||
|
||||
pkg_install_dir = join_paths(get_option('datadir'), 'pkgconfig')
|
||||
|
|
Loading…
Reference in a new issue