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

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


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

            Bug ID: 791751
           Summary: meson: LIBDIR in config.h is no longer a full path
    Classification: Platform
           Product: GStreamer
           Version: 1.13.x
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: nicolas at ndufresne.ca
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

It's our fault, but we wrongly generate the LIBDIR macro in meson. With meson
we get something like:

 #define LIBDIR "lib64"

But with autotools it's more like:

 #define LIBDIR "/usr/lib64"

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