Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Xorg fix
@ 2011-11-23 18:50 Otavio Salvador
  2011-11-23 18:50 ` [PATCH 1/1] xserver-xorg: only use --disable-dga in xserver-xorg-lite Otavio Salvador
  2011-11-29 16:03 ` [PATCH 0/1] Xorg fix Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-11-23 18:50 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit b7ffe94a17df389644bc216c56f4b339fcb06362:

  distro_tracking_fields: Update after Manual Check (2011-11-23 16:14:19 +0000)

are available in the git repository at:
  git://github.com/OSSystems/oe-core master
  https://github.com/OSSystems/oe-core/tree/HEAD

Otavio Salvador (1):
  xserver-xorg: only use --disable-dga in xserver-xorg-lite

 .../xorg-xserver/xserver-xorg-1.11.1.inc           |    2 +-
 .../xorg-xserver/xserver-xorg-common.inc           |    1 -
 .../xorg-xserver/xserver-xorg-lite.inc             |    1 +
 3 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.2.5




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] xserver-xorg: only use --disable-dga in xserver-xorg-lite
  2011-11-23 18:50 [PATCH 0/1] Xorg fix Otavio Salvador
@ 2011-11-23 18:50 ` Otavio Salvador
  2011-11-29 16:03 ` [PATCH 0/1] Xorg fix Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2011-11-23 18:50 UTC (permalink / raw)
  To: openembedded-core

Xorg VESA driver calls DGAInit enforcing this symbol to be available
to the driver to work so we revert back to only disable DGA for lite
flavor of Xorg.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 .../xorg-xserver/xserver-xorg-1.11.1.inc           |    2 +-
 .../xorg-xserver/xserver-xorg-common.inc           |    1 -
 .../xorg-xserver/xserver-xorg-lite.inc             |    1 +
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.1.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.1.inc
index 2c5bb0a..8b0808d 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.1.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-1.11.1.inc
@@ -3,7 +3,7 @@ SRC_URI += "file://crosscompile.patch"
 # Misc build failure for master HEAD
 SRC_URI += "file://fix_open_max_preprocessor_error.patch"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI[md5sum] = "4cdf54dc569b6a5548257c93a45dcd3d"
 SRC_URI[sha256sum] = "c069c177d9a80bca2ee1d49aa1af6d9f996c83e4ff12393cab2ca3f8817276f6"
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
index 2559397..c1a552e 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
@@ -100,7 +100,6 @@ EXTRA_OECONF += "--with-fop=no \
                  --disable-acfb \
                  --disable-ccfb \
                  --disable-mcfb \
-                 --disable-dga \
                  --disable-xinerama \
                  --disable-xf86misc \
                  --disable-xorgcfg \
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite.inc
index be84e9e..57615f5 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite.inc
@@ -3,4 +3,5 @@ require xserver-xorg-common.inc
 EXTRA_OECONF += "\
                  --disable-dri \
                  --disable-glx \
+                 --disable-dga \
 "
-- 
1.7.2.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] Xorg fix
  2011-11-23 18:50 [PATCH 0/1] Xorg fix Otavio Salvador
  2011-11-23 18:50 ` [PATCH 1/1] xserver-xorg: only use --disable-dga in xserver-xorg-lite Otavio Salvador
@ 2011-11-29 16:03 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-11-29 16:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 11/23/2011 10:50 AM, Otavio Salvador wrote:
> The following changes since commit b7ffe94a17df389644bc216c56f4b339fcb06362:
>
>    distro_tracking_fields: Update after Manual Check (2011-11-23 16:14:19 +0000)
>
> are available in the git repository at:
>    git://github.com/OSSystems/oe-core master
>    https://github.com/OSSystems/oe-core/tree/HEAD
>
> Otavio Salvador (1):
>    xserver-xorg: only use --disable-dga in xserver-xorg-lite
>
>   .../xorg-xserver/xserver-xorg-1.11.1.inc           |    2 +-
>   .../xorg-xserver/xserver-xorg-common.inc           |    1 -
>   .../xorg-xserver/xserver-xorg-lite.inc             |    1 +
>   3 files changed, 2 insertions(+), 2 deletions(-)
>

Merged into OE-Core

Thanks
	Sau!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-29 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23 18:50 [PATCH 0/1] Xorg fix Otavio Salvador
2011-11-23 18:50 ` [PATCH 1/1] xserver-xorg: only use --disable-dga in xserver-xorg-lite Otavio Salvador
2011-11-29 16:03 ` [PATCH 0/1] Xorg fix Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox