You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at lib/bsf/Source/Foundation/CMakeLists.txt:32 (message):
Could not find XRandR library.
-- Configuring incomplete, errors occurred!
The solution is to install two additional packages:
uuid-dev,
xrandr-dev.
For some reason, xrandr-dev wasn't available for standalone installation with default official repositories, but installing xorg-dev resolved that issue: xrandr-dev was installed as dependency for xorg-dev.
I believe this should be mentioned on the system packages Wiki section.
The text was updated successfully, but these errors were encountered:
Following the official Wiki article on the clean Ubuntu 18.04.3 led me to 2 errors while building the project.
The solution is to install two additional packages:
uuid-dev
,xrandr-dev
.For some reason,
xrandr-dev
wasn't available for standalone installation with default official repositories, but installingxorg-dev
resolved that issue:xrandr-dev
was installed as dependency forxorg-dev
.I believe this should be mentioned on the system packages Wiki section.
The text was updated successfully, but these errors were encountered: