Il giorno mer 6 mag 2020 alle ore 17:05 Selastin George <
selastin2...@gmail.com> ha scritto:
> How to run a qtwayland compositor without the support of any platform by
> using DRM.
>
>
This is really something you should have asked in a Qt mailing list such as
qt-interest, because it's more relat
2014-09-02 11:11 GMT+02:00 Marek Chalupa :
[cut]
> desktop-shell/shell.c | 33 +
> 1 file changed, 33 insertions(+)
>
> diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c
> index 9c0e721..cc7fb4a 100644
> --- a/desktop-shell/shell.c
> +++ b/desktop-shell/s
Make it easier to check for a Weston version.
---
src/version.h.in | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/src/version.h.in b/src/version.h.in
index f573328..d45172c 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -26,6 +26,16 @@
#define WESTON_VER
Public headers should not include config.h.
---
src/compositor.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/compositor.h b/src/compositor.h
index 3eaac42..3437aea 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -28,8 +28,6 @@
extern "C" {
#endif
-#include "config.h"
-
#i
Make it easier to check for a Weston version.
---
src/version.h.in | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/version.h.in b/src/version.h.in
index f573328..12ad6e4 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -26,6 +26,13 @@
#define WESTON_VERSION_
Let --modules override modules list and load desktop-shell.so as a
fallback if a modules list is not specified neither by passing
--modules nor with weston.ini.
Signed-off-by: Pier Luigi Fiorini
---
man/weston.man | 5 +++--
src/compositor.c | 7 +++
2 files changed, 6 insertions(+), 6
Let --modules override modules list and load desktop-shell.so as a
fallback if a modules list is not specified neither by passing
--modules nor with weston.ini.
---
src/compositor.c | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/compositor.c b/src/compositor.c
Hello,
I'm trying to run one of the QtCompositor examples (qwindow-compositor) on
VMware from my Linux distribution which doesn't support X11 on purpose.
Mesa was built from git (checked out July 2nd at midnight) with the following
options:
--with-gallium-drivers=r300,r600,nouveau,svga,sw