04-22-2020, 07:57 AM
I worked my way through a number of the missing dependencies, but I'm stuck on this one:
dpkg -S xcb-dri2 returns:
When I try to install libxcb-dri2-0 with apt, it looks like it's installed?
I'm not sure where to go from here to meet this dependency? Some previous posts mentioned meta packages that might include this, but I didn't see the package names.
Any pointers appreciated, thanks!
Code:
Run-time dependency xcb-dri2 found: NO (tried pkgconfig and cmake)
meson.build:1644:4: ERROR: Dependency "xcb-dri2" not found, tried pkgconfig and cmake
dpkg -S xcb-dri2 returns:
Code:
libxcb-dri2-0:arm64: /usr/share/doc/libxcb-dri2-0/changelog.Debian.gz
libxcb-dri2-0:arm64: /usr/share/doc/libxcb-dri2-0
libxcb-dri2-0:arm64: /usr/lib/aarch64-linux-gnu/libxcb-dri2.so.0.0.0
libxcb-dri2-0:arm64: /usr/share/doc/libxcb-dri2-0/copyright
libxcb-dri2-0:arm64: /usr/lib/aarch64-linux-gnu/libxcb-dri2.so.0
libxcb-dri2-0:arm64: /usr/share/doc/libxcb-dri2-0/changelog.gz
When I try to install libxcb-dri2-0 with apt, it looks like it's installed?
Code:
libxcb-dri2-0 is already the newest version (1.14-2).
I'm not sure where to go from here to meet this dependency? Some previous posts mentioned meta packages that might include this, but I didn't see the package names.
Any pointers appreciated, thanks!