04-22-2020, 11:07 PM
(This post was last modified: 04-22-2020, 11:08 PM by rillian.
Edit Reason: clarify role of -dev packages
)
You probably need the libxcb-dri2-0-dev package. On my system dpkg -S xcb-dri2 reports in part:
Note the .pc file, which should make the library visible to pkgconfig. In general you need the corresponding -dev package for any library your compiling software to use.
Code:
libxcb-dri2-0:arm64: /usr/lib/aarch64-linux-gnu/libxcb-dri2.so.0
libxcb-dri2-0-dev:arm64: /usr/lib/aarch64-linux-gnu/pkgconfig/xcb-dri2.pc
Note the .pc file, which should make the library visible to pkgconfig. In general you need the corresponding -dev package for any library your compiling software to use.