[oe] [oe-commits] Koen Kooi : xserver-xorg 1.7.3: fix regression where hal was disabled

Martin Jansa martin.jansa at gmail.com
Tue Jan 12 14:03:26 UTC 2010


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 at 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 at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

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




More information about the Openembedded-devel mailing list