--- src/modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.c.orig 2020-05-14 02:37:27.221504000 +0200 +++ src/modules/ecore_evas/vnc_server/ecore_evas_vnc_server_fb_keymap.c 2020-05-14 02:41:59.358400000 +0200 @@ -1,4 +1,8 @@ -#include <linux/input-event-codes.h> +#if defined(__linux__) + #include <linux/input-event-codes.h> +#elif defined(__FreeBSD__) + #include <dev/evdev/input-event-codes.h> +#endif #include <rfb/keysym.h> #include <stdlib.h> #include <limits.h>
Description
Description
Details
Details
Comment Actions
@cederom if you want proper credit for this patch I would need a git format patch.
If you don't care and prefer me to commit it with "original patch by cederom" please state so.
Comment Actions
My bad would be here: https://git.enlightenment.org/core/efl.git/commit/?h=devs/stefan/freebsd-fix&id=1921656007914b2bcd0a0d81615225c79aae30df
Working fine locally and on our CI systems.
Comment Actions
Thank you @stefan_schmidt please go ahead and push this way thank you for your time and checking out :-)