[Bug 780657] New: meson: Use dep.get_pkgconfig_variable()
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 28 17:50:53 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=780657
Bug ID: 780657
Summary: meson: Use dep.get_pkgconfig_variable()
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-base
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: nicolas at ndufresne.ca
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
We currently uses the pkg-config command line directly, which isn't very nice
(at least in tests/check). We should probably use the new
get_pkgconfig_variable() method on the dep object.
Note that meson may need to be extended, since the get_pkgconfig_variable()
does not allow setting a variable. An example is for bash completion, we set
prefix, in order to transform the returned value. With current meson, we'd have
to get the prefix, and variable, subtract the prefix and add the configured
prefix.
--
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