Package: egl-wayland / 1:1.1.5-1

fix-pkgconfig-target.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
--- a/meson.build
+++ b/meson.build
@@ -55,7 +55,7 @@ foreach pc : generated_pc
         output : '@BASENAME@',
         configuration : pkgconf,
         install : true,
-        install_dir : join_paths(get_option('datadir'), 'pkgconfig')
+        install_dir : join_paths(get_option('libdir'), 'pkgconfig')
    )
 endforeach