canonical / mir

The Mir compositor
GNU General Public License v2.0
637 stars 102 forks source link

mirplatform relies on mirwayland to build #3536

Open mattkae opened 3 months ago

mattkae commented 3 months ago

Per this conversation in miracle-wm: https://github.com/mattkae/miracle-wm/pull/198#discussion_r1703249788

The solution would be to update the pc file to reflect this dependency

AlanGriffiths commented 4 weeks ago

Yup!

$ ldd /lib/x86_64-linux-gnu/libmirplatform.so.29 | grep "libmir[^ ]*"
    libmirwayland.so.5 => /lib/x86_64-linux-gnu/libmirwayland.so.5 (0x00007a771707b000)
    libmircommon.so.11 => /lib/x86_64-linux-gnu/libmircommon.so.11 (0x00007a7716fdd000)
    libmircore.so.2 => /lib/x86_64-linux-gnu/libmircore.so.2 (0x00007a7716fd0000)