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
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],
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
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
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
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(-
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
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
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
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
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
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,
12 matches
Mail list logo