[Bug 791751] meson: LIBDIR in config.h is no longer a full path

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 18 19:27:30 UTC 2017


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

--- Comment #1 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
Where are you seeing this? I get:

 #define LIBDIR "/usr/lib64"

with meson. The code also seems correct:

cdata.set_quoted('GST_DATADIR', join_paths(prefix, get_option('datadir')))
cdata.set_quoted('LOCALEDIR', join_paths(prefix, get_option('localedir')))
cdata.set_quoted('LIBDIR', join_paths(prefix, get_option('libdir')))

-- 
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