All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: openembedded-commits@openembedded.org
Subject: Re: [oe-commits] Koen Kooi : xserver-xorg 1.7.3: fix regression where hal was disabled
Date: Tue, 12 Jan 2010 15:03:26 +0100	[thread overview]
Message-ID: <20100112140326.GC10781@jama> (raw)
In-Reply-To: <E1NTDIp-00055S-0r@melo.openembedded.org>

On Fri, Jan 08, 2010 at 11:46:51AM +0000, git version control wrote:
> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: 3a9b352acba24c78b562d8dc6527b774cbb86041
> URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3a9b352acba24c78b562d8dc6527b774cbb86041
> 
> Author: Koen Kooi <koen@openembedded.org>
> Date:   Fri Jan  8 12:44:47 2010 +0100
> 
> xserver-xorg 1.7.3: fix regression where hal was disabled
> 
> * this fixes the "my touchscreen isn't working anymore" bug

Thanks,

can we add hal conditionaly as XINERAMA is?
Maybe for both om-gta01, om-gta02?

We have input configuration in xorg.conf and with hal for input
detection deprecated by xorg devs I guess we won't change that before
1.8 xserver (maybe with deviceKit or something else).

Before this change hal could be removed from om-gta*

I'm also willing to accept that we also need hal from reasons I don't know
about yet..

Regards,

> ---
> 
>  recipes/xorg-xserver/xserver-xorg_1.7.3.bb |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.3.bb b/recipes/xorg-xserver/xserver-xorg_1.7.3.bb
> index af01a90..edede8b 100644
> --- a/recipes/xorg-xserver/xserver-xorg_1.7.3.bb
> +++ b/recipes/xorg-xserver/xserver-xorg_1.7.3.bb
> @@ -3,7 +3,7 @@ require xorg-xserver-common.inc
>  DESCRIPTION = "the X.Org X server"
>  DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts"
>  PE = "2"
> -PR = "r3"
> +PR = "r4"
>  
>  SRC_URI += "file://sysroot_fix.patch;patch=1 \
>              file://dolt-fix-1.7.0.patch;patch=1 \
> @@ -20,7 +20,7 @@ do_install_prepend() {
>  # The NVidia driver requires Xinerama support in the X server. Ion uses it.
>  XINERAMA = "${@['--disable-xinerama','--enable-xinerama'][bb.data.getVar('MACHINE',d) in ['ion']]}"
>  
> -EXTRA_OECONF += "--disable-xephyr --disable-config-hal ${XINERAMA} --disable-kdrive --disable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev --disable-dmx"
> +EXTRA_OECONF += " --enable-config-hal ${XINERAMA} --disable-kdrive --disable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev --disable-dmx"
>  EXTRA_OECONF += " --disable-glx-tls --enable-dri2 --disable-unit-tests "
>  
>  export LDFLAGS += " -ldl "
> 
> 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

-- 
uin:136542059                jid:Martin.Jansa@gmail.com
Jansa Martin                 sip:jamasip@voip.wengo.fr 
JaMa                         



       reply	other threads:[~2010-01-12 14:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1NTDIp-00055S-0r@melo.openembedded.org>
2010-01-12 14:03 ` Martin Jansa [this message]
2010-01-12 14:10   ` Koen Kooi : xserver-xorg 1.7.3: fix regression where hal was disabled Koen Kooi
2010-02-05 23:25     ` Dallas Foley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100112140326.GC10781@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-commits@openembedded.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.