Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-python gst-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-pythongst-python
  • Merge requests
  • !45

Fixed meson.build to correctly use libdir

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Stirling Westrup requested to merge swestrup/gst-python:libdir-fix into master May 12, 2021
  • Overview 13
  • Commits 1
  • Pipelines 5
  • Changes 1

I recently discovered that libgstpython.so was incorrectly searching for python modules. Its last search location (on a CentOS 8 system) should have been '/usr/lib64/gstreamer-1.0/python' but it was instead searching in 'lib64/gstreamer-1.0/python'

I tracked this to the top level meson.build for gst-python and the creation of config.h. The meson variable 'libdir' holds only the final component of the libdir path, not the entire path as the meson code assumed.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: libdir-fix