alex-courtis / xlayoutdisplay

Detects and arranges linux display outputs, using XRandR for detection and xrandr for arrangement.
Apache License 2.0
178 stars 15 forks source link

CMake Error: The following variables NOT_FOUND: X11_Xcursor_LIB / X11_Xrandr_LIB #5

Closed benzkji closed 3 years ago

benzkji commented 4 years ago

after having installed boost-dev libraries and googletest, this is where I am currently stuck. Any help welcome.

blkmlk commented 4 years ago

sudo apt-get install libxrandr-dev sudo apt-get install libxcursor-dev

benzkji commented 4 years ago

thank you! will test.