From: Frank Dana Date: Fri, 9 Sep 2022 04:21:12 +0000 (+0000) Subject: python: Use arch-specific install dir X-Git-Tag: 1.22.7~438 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc6eaa6fe2253932b195279c24a45b321c950ceb;p=platform%2Fupstream%2Fgstreamer.git python: Use arch-specific install dir Part-of: --- diff --git a/subprojects/gst-python/meson.build b/subprojects/gst-python/meson.build index 40fa2d5..81613dc 100644 --- a/subprojects/gst-python/meson.build +++ b/subprojects/gst-python/meson.build @@ -57,7 +57,8 @@ pygi_override_dir = get_option('pygi-overrides-dir') if pygi_override_dir == '' pygi_override_dir = python.get_install_dir( - subdir : join_paths('gi', 'overrides') + subdir : join_paths('gi', 'overrides'), + pure: false ) endif