[Bug 793437] Add proper PKG_CONFIG_PATH for Debian multiarch

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 20 20:06:47 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793437

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #368333|none                        |needs-work
             status|                            |

--- Comment #2 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Review of attachment 368333:
 --> (https://bugzilla.gnome.org/review?bug=793437&attachment=368333)

::: cerbero/utils/__init__.py
@@ +395,3 @@
+        if Architecture.is_arm(arch) and arch != Architecture.ARM64:
+            if arch == Architecture.ARM:
+                search_paths.append(os.path.join(sysroot,
'usr/lib/arm-linux-gnueabi/pkgconfig'))

Instead of doing something debian specific like this it should be
usr/lib/${host}/pkgconfig and take the host from the config.. And make sure the
config has the right host, possibly by adding it to the config/linux.config
file

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list