Mir

Comment 9 for bug 1674201

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

It seems like workarounds for this bug are being merged into mir, even though on all ubuntu releases libudev.pc has been corrected to point at the right location for the libudev.so.

E.g.:

cat /usr/lib/x86_64-linux-gnu/pkgconfig/libudev.pc
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.

prefix=/usr
exec_prefix=/usr
libdir=/lib/x86_64-linux-gnu
includedir=/usr/include

Name: libudev
Description: Library to access udev device information
Version: 232
Libs: -L${libdir} -ludev
Cflags: -I${includedir}

(zesty-amd64)root@sochi:/tmp# dpkg -S libudev.so
libudev1:amd64: /lib/x86_64-linux-gnu/libudev.so.1.6.5
libudev-dev:amd64: /lib/x86_64-linux-gnu/libudev.so
libudev1:amd64: /lib/x86_64-linux-gnu/libudev.so.1

This is results for zesty.

Thus no workarounds should be needed at all in the mir scripts.