[OE-core] [WIP][RFT] cogl/clutter/libinput/wayland/weston updates

Jussi Kukkonen jussi.kukkonen at intel.com
Tue Apr 28 15:33:50 UTC 2015


On 28 April 2015 at 18:25, Tim Orling <ticotimo at gmail.com> wrote:
> The following branch includes updates to the latest releases for cogl,
> clutter, wayland, weston and libinput:
>
> http://git.openembedded.org/openembedded-core-contrib/log/?h=timo/cogl-clutter-wayland-weston-updates
>
> wayland and weston appear to be fine as tested on nuc.
> clutter ptests pass, but all examples segfault...possibly a problem in cogl.
>
> I would appreciate tests on other platforms and any insight into the
> segfaults.

No comments on that yet but I think the libinput udev files end up in
the wrong place:

+FILES_${PN} += "${libdir}/udev/libinput-device-group"
+
+FILES_${PN}-dbg += "${libdir}/udev/.debug/*"

maybe something like this:

+EXTRA_OECONF = "--with-udev-dir=`pkg-config --variable=udevdir udev`"
+
+FILES_${PN} += "*/udev/libinput-device-group"
+FILES_${PN}-dbg += "*/udev/.debug/libinput-device-group"

The FILES_* lines are a bit of a hack but it's the same hack that
pulseaudio and a few others use for this same situation.

br,
 Jussi



More information about the Openembedded-core mailing list