Re: Unable to build Weston (configure: error: wayland-scanner is needed to compile weston).

2013-10-30 Thread Stefan Schmidt
e it seems the place where you install it to is not in you PATH for the bin folder. You might need something like this: export PATH="$PATH:$WLD/bin" where $WLD is the path you install wayland in. regards Stefan Schmidt ___ wayland-de

Re: [PATCH 1/7] xwayland: Remove unused call weston_wm_handle_configure_notify.

2013-10-10 Thread Stefan Schmidt
Hello. Ignore the 7 in the patchset count its only these two patches. regards Stefan Schmidt ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

[PATCH 2/7] clients: Update .gitignore for weston-multi-resource

2013-10-10 Thread Stefan Schmidt
Signed-off-by: Stefan Schmidt --- clients/.gitignore |1 + 1 file changed, 1 insertion(+) diff --git a/clients/.gitignore b/clients/.gitignore index aa5e53c..23959cc 100644 --- a/clients/.gitignore +++ b/clients/.gitignore @@ -41,6 +41,7 @@ weston-screensaver weston-screenshooter weston

[PATCH 1/7] xwayland: Remove unused call weston_wm_handle_configure_notify.

2013-10-10 Thread Stefan Schmidt
We get the child position but never use this information here. Just remove it. Spotted by Christopher Michael. Signed-off-by: Stefan Schmidt --- src/xwayland/window-manager.c |2 -- 1 file changed, 2 deletions(-) diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c

[PATCH] clients: Include and link against math lib for new multi-resource

2013-09-23 Thread Stefan Schmidt
Linking failed with missing ceil() here. Making sure that we include the header and add the missing -lm. Signed-off-by: Stefan Schmidt --- clients/Makefile.am |2 +- clients/multi-resource.c |1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/Makefile.am b

[PATCH] input: Fix trailing whitspaces and indent.

2013-09-17 Thread Stefan Schmidt
Just some cosmetics to conform to the wayland coding style. Signed-off-by: Stefan Schmidt --- src/input.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/input.c b/src/input.c index 9c30460..fb5bfee 100644 --- a/src/input.c +++ b/src/input.c @@ -238,7 +238,7

Re: [PATCH 5/5] build: use EXEEXT_FOR_BUILD instead EXEEXT for wayland-scanner

2013-09-05 Thread Stefan Schmidt
merge #1 and #5 and reorder the series if needed. regards Stefan Schmidt src/Makefile.am |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2921041..4b6e1dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,15

Re: [PATCH weston] autotools: Fix AC_PATH_PROG call

2013-09-02 Thread Stefan Schmidt
ain to use latest wayland and weston. Thanks a lot. regards Stefan Schmidt ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [RFC PATCH v2] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-23 Thread Stefan Schmidt
ght consider is like the leapmotion sensor. Interesting type. But unlikely that I would work on something like this without actually having access for testing it. So I will concentrate on the things I have. regards Stefan Schmidt ___ wayla

Re: [RFC PATCH v2] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-23 Thread Stefan Schmidt
gards Stefan Schmidt ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [RFC PATCH v2] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-23 Thread Stefan Schmidt
Aug 22, 2013 at 4:45 AM, Stefan Schmidt mailto:s.schm...@samsung.com>> wrote: Hello. On 08/22/2013 09:46 AM, Stefan Schmidt wrote: Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer

Re: [RFC PATCH v2] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-23 Thread Stefan Schmidt
Hello. On 08/22/2013 11:45 PM, Bryce W. Harrington wrote: On Thu, Aug 22, 2013 at 09:46:28AM +0100, Stefan Schmidt wrote: Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer here. Using these sensor as input for apps

Weston wayland-scanner detection problem

2013-08-23 Thread Stefan Schmidt
[all] Error 2 make[2]: Leaving directory `/home/SERILOCAL/s.schmidt/Projects/wayland-efl/weston/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/SERILOCAL/s.schmidt/Projects/wayland-efl/weston' make: *** [all] Error 2 regards Stefan Schmidt ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [RFC PATCH v2] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-22 Thread Stefan Schmidt
Hello. On 08/22/2013 09:46 AM, Stefan Schmidt wrote: Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer here. Using these sensor as input for apps and games. Not covering any background apps or services with this

[RFC PATCH v2] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-22 Thread Stefan Schmidt
receiving as well as events to receive the different axis values for these sensors. V2: o Add units to event arguments o Define coordinate system o Be more verbose on security policy in compositor and add error event Signed-off-by: Stefan Schmidt --- protocol/wayland.xml | 175

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-16 Thread Stefan Schmidt
Hello. Sorry for the delay. Got sick in between. Thanks for taking the time to review this. On 08/12/2013 05:14 PM, Thomas Daede wrote: On Thu, Aug 1, 2013 at 3:39 AM, Stefan Schmidt wrote: + + sensor"> + Updated sensor data available from

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-16 Thread Stefan Schmidt
Hello. Sorry for the late reply. Got sick in between. First of all thanks for taking the time to review this and provide feedback. On 08/12/2013 04:54 PM, David Herrmann wrote: On Thu, Aug 1, 2013 at 10:39 AM, Stefan Schmidt wrote: Treating some specific sensors as input devices. In

Re: [RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-12 Thread Stefan Schmidt
Hello. On 08/01/2013 09:39 AM, Stefan Schmidt wrote: Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer here. We have requests to start and stop sensor event receiving as well as events to receive the different axis

[PATCH] clients: Fix typo in simple-touch and simple-shm.

2013-08-05 Thread Stefan Schmidt
listenter -> listener. Better fix it now before it spreads further. Signed-off-by: Stefan Schmidt --- clients/simple-shm.c |4 ++-- clients/simple-touch.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/simple-shm.c b/clients/simple-shm.c index f187

[RFC] protocol: Extend wayland seat with interfaces for sensor inputs.

2013-08-01 Thread Stefan Schmidt
Treating some specific sensors as input devices. In particular adding support for wl_compass, wl_gyroscope and wl_accelerometer here. We have requests to start and stop sensor event receiving as well as events to receive the different axis values for these sensors. Signed-off-by: Stefan Schmidt

Re: Compiling weston now needs colord

2013-05-30 Thread Stefan Schmidt
eston is meant to be a playground and thus new dependencies have to be expected. Its not a hard dependency. Just pass --disable-colord and it will work without it just fine. I don't really have an opinion if this should be set to enabled by default or not. regards Stef