]> git.pld-linux.org Git - packages/python3-gstreamer.git/commitdiff
- force arch-specific overrides dir to fix build with PLD python 3.10 auto/th/python3-gstreamer-1.20.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Apr 2022 06:12:17 +0000 (08:12 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Apr 2022 06:12:17 +0000 (08:12 +0200)
python3-gstreamer.spec

index 54446299742b44fb71ae50d08438275cc57d2d5c..9d4e3fee5e5e2922db662f5411495600f92d894a 100644 (file)
@@ -52,7 +52,8 @@ Wtyczka GStreamera do wczytywania wtyczek napisanych w Pythonie 3.
 
 %build
 %meson build \
-       --default-library=shared
+       --default-library=shared \
+       -Dpygi-overrides-dir=%{py3_sitedir}/gi/overrides
 
 %ninja_build -C build
 
This page took 0.276703 seconds and 4 git commands to generate.