[PATCH] web/building: add --enable-shared switch for libvpx

2012-06-17 Thread Ustun Ergenoglu
From: Üstün Ergenoğlu Otherwise libvpx ends up building only static library. --- building.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.html b/building.html index a461a43..ea97ed9 100644 --- a/building.html +++ b/building.html @@ -137,7 +137,7 @@ Weston wit

[PATCH] configure: Add option to disable building documentation.

2012-03-17 Thread ustun . ergenoglu
From: Üstün Ergenoğlu Signed-off-by: Üstün Ergenoğlu --- configure.ac | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index f5bf788..094da67 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,12 @@ AC_ARG_ENABLE([scanner],

[PATCH] cairo-util: load_cairo_surface returns NULL if loading the file fails.

2012-03-14 Thread ustun . ergenoglu
From: Ustun Ergenoglu Otherwise a non-existent file in the configuration crashes the desktop shell. Signed-off-by: Ustun Ergenoglu --- clients/cairo-util.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/clients/cairo-util.c b/clients/cairo-util.c index 1f8d307

[RFC] Logging API v3

2012-02-27 Thread Ustun Ergenoglu
From: Üstün Ergenoğlu Here's another attempt for the logging functionality. This time it supports log categories for different components. The patches are available at: https://github.com/badZeppelin/weston/tree/logging Üstün Ergenoğlu (3): Added logging API. compositor: command line switch

[PATCH] util: Comments before wl_list were a bit off, fixed the example usage.

2012-02-25 Thread Ustun Ergenoglu
From: Üstün Ergenoğlu Signed-off-by: Üstün Ergenoğlu --- src/wayland-util.h | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/wayland-util.h b/src/wayland-util.h index 25c0901..7aa2166 100644 --- a/src/wayland-util.h +++ b/src/wayland-util.h @@ -80,10

[PATCH v2 1/2] Added logging methods.

2012-02-13 Thread Ustun Ergenoglu
From: Üstün Ergenoğlu Signed-off-by: Üstün Ergenoğlu --- src/Makefile.am |2 + src/compositor.c |3 + src/log.c| 141 ++ src/log.h| 75 + 4 files changed, 221 insertions(+), 0 deletions(-

[PATCH v2 0/2] Logging functions

2012-02-13 Thread Ustun Ergenoglu
From: Üstün Ergenoğlu Here's another attempt to add some logging functionality, this time on Weston instead of Wayland as Thiago suggested. In addittion, I added the WL_LOG_* macros that include the file and line info in the printed log lines. Üstün Ergenoğlu (2): Added logging methods. Rep

[PATCH 2/2] Replaced fprintf calls with the new wl_log function.

2012-02-02 Thread ustun . ergenoglu
From: Ustun Ergenoglu Signed-off-by: Ustun Ergenoglu --- src/connection.c |9 + src/event-loop.c | 11 ++- src/wayland-client.c | 19 ++- src/wayland-server.c | 15 --- 4 files changed, 29 insertions(+), 25 deletions(-) diff --git

[PATCH 1/2] New logging functionality

2012-02-02 Thread ustun . ergenoglu
From: Ustun Ergenoglu Added logging fuctions that print out to a logfile and stderr. Logging levels can be specified. Signed-off-by: Ustun Ergenoglu --- src/Makefile.am |6 ++- src/wayland-log.c | 131 + src/wayland-log.h | 67

[PATCH 0/2] Logging functions

2012-02-02 Thread ustun . ergenoglu
From: Ustun Ergenoglu Added new functions for logging and replaced the fprintf calls with the new wl_log calls. Ustun Ergenoglu (2): New logging functionality Replaced fprintf calls with the new wl_log function. src/Makefile.am |6 ++- src/connection.c |9 ++-- src/event

Re: trouble running wayland clients (Kristian H?gsberg)

2010-12-28 Thread Ustun ERGENOGLU
d to compile keymap > > My Pc: ubuntu 10.10, nouveau, GeForce 8400 >> >> Message: 4 >> Date: Mon, 27 Dec 2010 12:37:10 -0500 >> From: Kristian H?gsberg >> Subject: Re: trouble running wayland clients >> To: Ustun ERGENOGLU >> Cc: wayland-devel@l

trouble running wayland clients

2010-12-22 Thread Ustun ERGENOGLU
Hi all, after a bit of struggling I finally managed to get the wayland compositor running under x(with open source ati drivers). The compositor seems to run fine, I can see the mouse cursor moving, but when I try to run the example client applications I get an error like: XDG_RUNTIME_DIR not set,