meta-raspberrypi/recipes-graphics
Tom Doehring bfc46bdd55 userland: Fix passing of wayland-native to cmake while configuring
While having 'wayland' set DISTRO_FEATURES 'wayland-native' is handled as a cmake parameter which breaks the do_configure:

$ cat /data/builds/rpi3-sandbox/tmp/work/raspberrypi2-poky-linux-gnueab i/userland/git-r5/temp/run.do_configure
 cmake \
          ${OECMAKE_SITEFILE} \
          [...]
          -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXE_LINKER_FLAGS='-Wl,--no-as-needed'                  wayland-native \
          -Wno-dev

$ CMake Error: The source directory "/data/builds/rpi3-sandbox/tmp/work/raspberrypi2-poky-linux-gnueabi/userland/git-r5/build/wayland-native" does not exist.
| Specify --help for usage, or press the help button on the CMake GUI.

Assuming that wayland-native should only be defined as a DEPENDS package this patch moves it to the correct PACKAGECONFIG position.

Signed-off-by: Tom Doehring <toolmmy@gmail.com>
Signed-off-by: toolmmy <toolmmy@gmail.com>
2016-04-20 22:57:56 +02:00
..
eglinfo eglinfo-x11: Disable --as-needed 2016-03-28 16:36:06 +02:00
userland userland: Fix passing of wayland-native to cmake while configuring 2016-04-20 22:57:56 +02:00
vc-graphics vc-graphics: Move to recipes-graphics 2015-03-12 22:20:51 +01:00
wayland weston: Enable rpi compositor backend 2016-03-10 14:50:49 +01:00
weston weston: Specify egl and compositor options for rpi 2016-03-10 14:55:47 +01:00
xorg-xserver pitft: Add support for pitft28r 2016-04-13 03:16:02 +02:00