[PATCH wayland] Do not create man page links with doxygen

2017-07-27 Thread Armin K
From: Armin Krezović There is a lot of files created with .so links to non-installed files, making most of installed pages useless. The files referenced in .so links are not suitable for installation nor do they contain any useful information for them to be worth fixing. Signed-off-by: Armin Kre

[PATCH weston GSoC v3] desktop-shell: make panel clock configurable

2016-03-08 Thread Armin K
From: Armin Krezović This patch enhances the panel clock by adding a config file option which can be used to either disable the clock or make it also show seconds in the current clock format. v2: Implement suggestions from Pekka's first review. v3: Implement suggestions from Pekka's second revie

[PATCH] building: Add instructions for wayland-protocols

2015-11-20 Thread Armin K
--- building.html | 12 1 file changed, 12 insertions(+) diff --git a/building.html b/building.html index 284249a..b8c1a1d 100644 --- a/building.html +++ b/building.html @@ -125,6 +125,18 @@ with --disable-documentation. +Wayland protocols + +This contains a set of protocols th

Re: How do I get started?

2014-06-29 Thread Armin K.
mation to these. Thanks in advance. > > > On Sat, Jun 28, 2014 at 1:35 PM, Armin K. <mailto:kre...@email.com>> wrote: > > On 06/28/2014 12:55 AM, Ayan Shafqat wrote: > > Hello All: > > > > I work as an embedded software developer, and I wo

Re: How do I get started?

2014-06-28 Thread Armin K.
On 06/28/2014 12:55 AM, Ayan Shafqat wrote: > Hello All: > > I work as an embedded software developer, and I would like to increase > my knowledge in software design. I have not yet contributed to an > ongoing open source project, but I would like to start contributing to > Wayland (because I like

Re: OpenGL on Wayland

2014-06-28 Thread Armin K.
On 06/27/2014 09:15 PM, Jason Ekstrand wrote: > > On Jun 27, 2014 11:49 AM, "Armin K." <mailto:kre...@email.com>> wrote: >> >> On 27.6.2014 20:08, Kalrish Bäakjen wrote: >>> >>> Hello, >>> >>> I am working on a pr

Re: OpenGL on Wayland

2014-06-27 Thread Armin K.
On 27.6.2014 20:59, Kalrish Bäakjen wrote: On Fri, Jun 27, 2014 at 8:49 PM, Armin K. mailto:kre...@email.com>> wrote: You can request OpenGL context through EGL. libGL is a GLX implementation and thus requires X to display stuff. Yes, I already got another module which used

Re: OpenGL on Wayland

2014-06-27 Thread Armin K.
On 27.6.2014 20:08, Kalrish Bäakjen wrote: Hello, I am working on a project that uses EGL and defers drawing to render modules. To maintain compatibility with Wayland and avoid being tied to X, I have chosen OpenGL ES 3. As it is difficult for me to find information about this API, I would rathe

Re: Unable to get display socket wayland-0 in Arch Linux

2014-04-06 Thread Armin K.
On 04/06/2014 03:02 PM, Michael Johnson wrote: > Hi all, > > I've been trying to get a Wayland only display server running on my Arch > guest installations (32 + 64bit) in Virtualbox. Using strace, I found > it seems to be having a problem creating the wayland display socket. I > manged to creat

[PATCH] clients: Fix libexec clients install

2014-01-03 Thread Armin K
--- clients/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index c85991b..4f8d4a6 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -57,7 +57,7 @@ if BUILD_CLIENTS install_clients = weston-terminal weston-info

Re: Thoughts about decoration information in the xdg_shell

2013-11-15 Thread Armin K.
On 11/15/2013 01:50 PM, Jasper St. Pierre wrote: > Ah, whoops, I read your email wrong. It sounds like you're also in favor > of requiring CSD support from the client. > > That said, I'm curious about cases like Nautilus under SSD. Should we > hide the close button, or do anything like that to mak

Re: Do any Web Layout Engines support Wayland yet?

2013-10-31 Thread Armin K.
On 10/31/2013 10:30 PM, Stirling Westrup wrote: > I am looking for any and all information on any Browsers that are native > wayland clients (ie, not going through X) on Linux, and/or the web > layout engines they are based on. Thanks in advance for any help. > > > -- > Stirling Westrup > Progra

Re: [PATCH] eglut_wayland: Update to the Wayland 1.0 API

2013-09-11 Thread Armin K.
On 09/11/2013 08:33 PM, Neil Roberts wrote: > This fixes build errors with the eglut_wayland backend. In particular > it now uses the wl_registry and the new main loop mechanism from the > Wayland 1.0 API. > --- FYI, I've posted a patch to mesa-dev few weeks ago too, but yours seems better, since

Re: [PATCH] configure.ac: fix broken compilation when configure with --disable-egl option

2013-08-28 Thread Armin K.
On 08/28/2013 11:22 AM, Samuel Iglesias Gonsalvez wrote: > Fix bug 67561: "configure with --disable-egl option breaks fbdev backend > compilation" > > https://bugs.freedesktop.org/show_bug.cgi?id=67561 > > Signed-off-by: Samuel Iglesias Gonsalvez > --- > configure.ac | 2 +- > 1 file changed, 1

[PATCH] autotools: Add configure summary

2013-08-13 Thread Armin K
--- configure.ac | 43 ++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e36b7f7..fab0b48 100644 --- a/configure.ac +++ b/configure.ac @@ -226,6 +226,7 @@ AC_ARG_WITH(cairo-glesv2,

Re: [PATCH web] building: add --with-cairo=gl to weston autogen step

2013-08-13 Thread Armin K.
On 13.8.2013 17:59, Eoff, Ullysses A wrote: -Original Message- From: wayland-devel-bounces+ullysses.a.eoff=intel@lists.freedesktop.org [mailto:wayland-devel- bounces+ullysses.a.eoff=intel@lists.freedesktop.org] On Behalf Of Armin K. Sent: Tuesday, August 13, 2013 8:31 AM To

Re: [PATCH web] building: add --with-cairo=gl to weston autogen step

2013-08-13 Thread Armin K.
On 13.8.2013 17:00, U. Artie Eoff wrote: From: "U. Artie Eoff" The option --with-cairo=[image|gl|glesv2] was added to Weston's configure and it defaults to --with-cairo=image. Since the preceding instructions elude to compiling and using cairo-gl, Weston needs to be configured to use it. No

[PATCH] weston-launch: make sure we are launched as root

2013-08-07 Thread Armin K
If running as normal user, it will check if binary is setuid root and fail if it is not. Running as root or through sudo when binary is not setuid root isn't affected and works as it always worked. --- src/weston-launch.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/weston

[PATCH] cms-colord: Don't redefine _GNU_SOURCE

2013-08-07 Thread Armin K
warning: "_GNU_SOURCE" redefined [enabled by default] See commit c228e23b --- src/cms-colord.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cms-colord.c b/src/cms-colord.c index 6056407..691b2e6 100644 --- a/src/cms-colord.c +++ b/src/cms-colord.c @@ -24,7 +24,6 @@ #include #endif

Re: [PATCH] cms-colord: Don't define _GNU_SOURCE if it's defined already

2013-08-07 Thread Armin K.
On 08/07/2013 05:11 PM, Daniel Stone wrote: > Hi, > > On 7 August 2013 16:02, Armin K wrote: >> warning: "_GNU_SOURCE" redefined [enabled by default] > > The _GNU_SOURCE define isn't needed at all, cf. c228e23b. > > Cheers, > Daniel >

[PATCH] cms-colord: Don't define _GNU_SOURCE if it's defined already

2013-08-07 Thread Armin K
warning: "_GNU_SOURCE" redefined [enabled by default] --- src/cms-colord.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cms-colord.c b/src/cms-colord.c index 6056407..29f005d 100644 --- a/src/cms-colord.c +++ b/src/cms-colord.c @@ -24,7 +24,9 @@ #include #endif +#ifndef _GNU_SOUR

Re: [Wayland] wayland compilation fails

2013-08-07 Thread Armin K.
On 08/07/2013 04:47 PM, Nathan Reboud wrote: > Hi, > > Since the last commit on Wayland master, I have this compilation error : > > <~/source/wayland> make > make all-recursive > make[1]: Entering directory `/root/source/wayland' > Making all in src > make[2]: Entering directory `/root/source/wa

[PATCH] launcher-util: Fix building with EGL disabled

2013-07-31 Thread Armin K
Don't declare weston_launcher_drm_set_master if EGL (and thus DRM backend) are disabled. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67561 --- src/launcher-util.c | 5 - src/launcher-util.h | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/launcher-util.c b/

[PATCH v4] evdev-touchpad: Set some options using weston.ini

2013-07-30 Thread Armin K
This patch adds 3 new options to weston.ini to allow the user to change default constant_accel_factor, min_accel_factor and max_accel_factor. If no options are set, it falls back using defaults as it did before. v2: create weston_config_section_get_double and use it instead of manualy converting s

Re: [PATCH v3] evdev-touchpad: Set some options using weston.ini

2013-07-30 Thread Armin K.
On 07/30/2013 10:28 PM, Jonas Ådahl wrote: > On Tue, Jul 30, 2013 at 09:36:25PM +0200, Armin K wrote: >> This patch adds 3 new options to weston.ini to allow >> the user to change default constant_accel_factor, >> min_accel_factor and max_accel_factor. If no options >> a

[PATCH] gitignore: ignore compile script

2013-07-30 Thread Armin K
--- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f0b5df1..f96bbd1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ cscope.out .libs /aclocal.m4 /autom4te.cache +/compile /config.guess /config.h /config.h.in -- 1.8.3.4 __

[PATCH v3] evdev-touchpad: Set some options using weston.ini

2013-07-30 Thread Armin K
This patch adds 3 new options to weston.ini to allow the user to change default constant_accel_factor, min_accel_factor and max_accel_factor. If no options are set, it falls back using defaults as it did before. v2: create weston_config_section_get_double and use it instead of manualy converting s

Re: [PATCH weston v2 1/2] autotools: Rename demo clients

2013-07-30 Thread Armin K.
On 07/30/2013 11:16 AM, Nathan Reboud wrote: > Hi, > >> Message du 14/07/13 17:27 >> De : "Armin K" >> A : wayland-devel@lists.freedesktop.org >> Copie à : "Armin K" >> Objet : [PATCH weston v2 1/2] autotools: Rename demo clients >

[PATCH] autotools: Correctly prefix simple-egl client name

2013-07-30 Thread Armin K
--- clients/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 1475532..09963cc 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -51,8 +51,8 @@ weston_simple_touch_LDADD = $(SIMPLE_CLIENT_LIBS) endif

[PATCH v2] evdev-touchpad: Set some options using weston.ini

2013-07-29 Thread Armin K
This patch adds 3 new options to weston.ini to allow the user to change default constant_accel_factor, min_accel_factor and max_accel_factor. If no options are set, it falls back using defaults as it did before. v2: create weston_config_section_get_double and use it instead of manualy converting s

[PATCH weston v2 2/2] autotools: Add an option to install demo clients

2013-07-14 Thread Armin K
This patch adds a configure option which will enable user to install demo clients if desired. It is disabled by default. v2: Remove AC_DEFINE as it is not necesary --- clients/Makefile.am | 9 + configure.ac| 6 ++ 2 files changed, 15 insertions(+) diff --git a/clients/Makefi

[PATCH weston v2 1/2] autotools: Rename demo clients

2013-07-14 Thread Armin K
Prefix demo clients names with weston-, so they can be installed if user desires. --- clients/Makefile.am | 134 ++-- 1 file changed, 68 insertions(+), 66 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index cad0d40..0f256b4 100

[PATCH weston 2/2] autotools: Add an option to install demo clients

2013-07-14 Thread Armin K
This patch adds a configure option which will enable user to install demo clients if desired. It is disabled by default. --- clients/Makefile.am | 9 + configure.ac| 9 + 2 files changed, 18 insertions(+) diff --git a/clients/Makefile.am b/clients/Makefile.am index 0f256b4

[PATCH weston 1/2] clients: Rename demo clients

2013-07-14 Thread Armin K
Prefix demo clients with weston- counterpart, so they can be installed if user desires. --- clients/Makefile.am | 134 ++-- 1 file changed, 68 insertions(+), 66 deletions(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index cad0d40..0f256

[PATCH] evdev-touchpad: Set some options using weston.ini

2013-07-13 Thread Armin K
This patch adds 3 new options to weston.ini to allow the user to change default constant_accel_factor, min_accel_factor and max_accel_factor. If no options are set, it falls back using defaults as it did before. --- src/evdev-touchpad.c | 46 +- weston.i

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K.
On 06/04/2013 01:36 PM, sardemff7+wayl...@sardemff7.net wrote: On 04/06/2013 13:19, Armin K. wrote: On 06/04/2013 01:19 PM, sardemff7+wayl...@sardemff7.net wrote: On 04/06/2013 13:05, Armin K wrote: diff --git a/clients/nested.c b/clients/nested.c index baaff64..132724d 100644 --- a/clients

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K.
On 06/04/2013 01:19 PM, Armin K. wrote: On 06/04/2013 01:19 PM, sardemff7+wayl...@sardemff7.net wrote: On 04/06/2013 13:05, Armin K wrote: diff --git a/clients/nested.c b/clients/nested.c index baaff64..132724d 100644 --- a/clients/nested.c +++ b/clients/nested.c @@ -34,8 +34,11 @@ #include

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K.
On 06/04/2013 01:19 PM, sardemff7+wayl...@sardemff7.net wrote: On 04/06/2013 13:05, Armin K wrote: diff --git a/clients/nested.c b/clients/nested.c index baaff64..132724d 100644 --- a/clients/nested.c +++ b/clients/nested.c @@ -34,8 +34,11 @@ #include #include + +#ifdef USE_CAIRO_GLESV2

[PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K
--- clients/Makefile.am | 2 +- clients/nested.c| 3 +++ configure.ac| 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 1379c4b..d84f575 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -124,7 +124,7 @@ resi

Re: [PATCH] clients/nested: Fix compilation

2013-06-04 Thread Armin K.
On 06/04/2013 01:05 PM, Armin K wrote: --- clients/Makefile.am | 2 +- clients/nested.c| 3 +++ configure.ac| 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clients/Makefile.am b/clients/Makefile.am index 1379c4b..d84f575 100644 --- a/clients/Makefile.am

Re: Compiling weston now needs colord

2013-06-03 Thread Armin K.
http://lists.freedesktop.org/archives/wayland-devel/2013-May/009554.html Next time check list before taking time to duplicate the effort. - Original Message - From: Othman, Ossama Sent: 06/03/13 08:44 PM To: sardemff7+wayl...@sardemff7.net Subject: Re: Compiling weston now needs colord

[PATCH weston] Don't fail if colord or libunwind are not present

2013-05-30 Thread Armin K
This patch adds auto detection for presence of the colord and libunwind packages. --- configure.ac | 43 +++ 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 323bd87..ba1fcac 100644 --- a/configure.ac +++ b/co

Re: Compiling weston now needs colord

2013-05-28 Thread Armin K.
On 05/29/2013 06:56 AM, Bill Spitzak wrote: A new requirement seems to have appeared: colord >= 0.1.27 I appear to have an Ubuntu "colord" package installed but it does not include any libraries. I am trying to compile it from this git repostitory (git clone git://github.com/hughsie/colord.git)

[PATCH weston] Fix compiler warnings

2013-04-03 Thread Armin K
This prevents compiler warnings when using libpng 1.6 and GCC 4.8 --- shared/image-loader.c | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/image-loader.c b/shared/image-loader.c index c9f15d4..9f65dea 100644 --- a/shared/image-loader.c +++ b/shared/image-loader.c @@ -25,6 +25,7 @@ #

Re: Weston Pre-release Dependencies

2013-03-09 Thread Armin K.
On 03/09/2013 05:55 PM, s...@shealevy.com wrote: Hello, I am a maintainer for the NixOS Linux distribution, and I'd like to package weston and experiment with it as a replacement for X (I've already packaged libwayland). Generally we try to use released versions of packages whenever possible, bu

[PATCH] Make sure that man page xml files are always disted.

2013-02-09 Thread Armin K.
From 25297ebaf1da9aca1a00a9628bd73816309922fb Mon Sep 17 00:00:00 2001 From: Armin K Date: Sat, 9 Feb 2013 16:50:39 +0100 Subject: [PATCH] Make sure that man page xml files are always disted. --- doc/man/Makefile.am | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc

[patch] Always DIST man page xml files

2013-02-04 Thread Armin K.
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am index 1407953..4eb0ddc 100644 --- a/doc/man/Makefile.am +++ b/doc/man/Makefile.am @@ -12,14 +12,14 @@ MANPAGES_ALIASES = \ XML_FILES = \ ${patsubst %.1,%.xml,${patsubst %.3,%.xml,${patsubst %.5,%.xml,${patsubst %.7,%.xml,$(MANPAGES)

Re: [PATCH weston 7/7] compositor-drm: Add support for using the pixman renderer

2013-01-23 Thread Armin K.
Hello, I'm not a programmer, but you might want to add --use-pixman in weston --help output. It currently displays this Options for drm-backend.so: --connector=IDBring up only this connector --seat=SEAT The seat that weston should run on --tty=TTY The tty