giucam / orbital

A Wayland compositor based on Weston and Qt
GNU General Public License v3.0
158 stars 17 forks source link

Backends not found in CMake #27

Closed judemille closed 9 years ago

judemille commented 9 years ago

This is annoying, CMake is throwing this error:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: wdrm linked by target "drm-backend" in directory /home/firefaced/builds/orbital/src/compositor/drm-backend wwl linked by target "wayland-backend" in directory /home/firefaced/builds/orbital/src/compositor/wayland-backend wx11 linked by target "x11-backend" in directory /home/firefaced/builds/orbital/src/compositor/x11-backend

-- Configuring incomplete, errors occurred! See also "/home/firefaced/builds/orbital/build/CMakeFiles/CMakeOutput.log".

Can you help me out with this? I'm on Arch

giucam commented 9 years ago

Did you build weston from the libweston branch here? https://github.com/giucam/weston

judemille commented 9 years ago

I got weston from pacman

giucam commented 9 years ago

So that's the problem.