Skip to content

Commit

Permalink
contrib: Explicitly declare libdav1d pkg_config .pc installation dire…
Browse files Browse the repository at this point in the history
…ctory.

Breaking upstream commit requires this. See:

- mesonbuild/meson#4410
- mesonbuild/meson@aba8792
- mesonbuild/meson#6343

Fixes HandBrake#2662.
  • Loading branch information
f3ndot authored and bradleysepos committed Mar 10, 2020
1 parent bd6cd00 commit f77ca8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contrib/libdav1d/P01-freebsd-pkgconfig-location.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- dav1d-0.5.1/src/meson.build.orig 2019-10-26 04:38:21.000000000 +0900
+++ dav1d-0.5.1/src/meson.build 2020-02-27 16:48:19.664008000 +0900
@@ -288,6 +288,7 @@
#
pkg_mod = import('pkgconfig')
pkg_mod.generate(libraries: libdav1d,
+ install_dir: 'lib/pkgconfig',
version: meson.project_version(),
name: 'libdav1d',
filebase: 'dav1d',

0 comments on commit f77ca8d

Please sign in to comment.