File: fix-pkgconfig-target.diff

package info (click to toggle)
egl-wayland 1%3A1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 400 kB
  • sloc: ansic: 3,302; xml: 208; makefile: 83; sh: 7
file content (11 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
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