diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-04-16 23:47:53 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-04-16 23:47:53 +0530 |
commit | 97c913ea443825b9e69d056c44bf91deb0c9ddef (patch) | |
tree | 20851442799100a4523e5debd5599e318f3039ed /recipes/x264.recipe | |
parent | 2d0713a6760ef8b00c8901fa047f7d29ea300129 (diff) |
x264.recipe: Use relative paths in pkgconfig file
Diffstat (limited to 'recipes/x264.recipe')
-rw-r--r-- | recipes/x264.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/x264.recipe b/recipes/x264.recipe index efdc1c4f..ee691870 100644 --- a/recipes/x264.recipe +++ b/recipes/x264.recipe @@ -15,6 +15,8 @@ class Recipe(recipe.Recipe): tarball_dirname= 'x264-snapshot-%(version)s-stable' tarball_checksum = 'b2495c8f2930167d470994b1ce02b0f4bfb24b3317ba36ba7f112e9809264160' + patches = ['x264/0001-configure-Force-pkgconfig-file-to-have-relative-valu.patch'] + files_libs = ['libx264'] files_bins = ['x264'] files_devel = ['lib/pkgconfig/x264.pc', 'include/x264.h', |