gnu: python-babel: Update to 2.7.0.
[guix.git] / gnu / packages / patches / totem-meson-compat.patch
blob8557908dd05f62be03c1d9c5bb246b2c81ac346f
1 Fix an error that occurs with Meson 0.50.0 and later:
2 "ERROR: Subdir keyword must not be an absolute path".
4 --- a/src/meson.build 2019-03-15 00:10:26.882293850 +0100
5 +++ b/src/meson.build 2019-03-15 00:10:54.312197229 +0100
6 @@ -82,7 +82,7 @@
8 install_headers(
9 headers,
10 - subdir: join_paths(totem_includedir, totem_api_path)
11 + install_dir: join_paths(totem_includedir, totem_api_path)
14 libtotem_player_sources = files(