From patchwork Thu Oct 29 14:23:45 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe] fix libxext-native_1.0.5 dependencies Date: Thu, 29 Oct 2009 04:23:45 -0000 From: Pieter Grimmerink X-Patchwork-Id: 1186 Message-Id: <200910291523.45611.pieterg@gmx.com> To: openembedded-devel@lists.openembedded.org --- The only available libxext-native version is 1.0.5 at the moment, and that version requires xextproto >= 7.0.5, and libx11 >= 1.1.99.1 So in order to allow libxext-native to be built with X11R7.4, the following changes would be required. I think it is relatively harmless, because it only affects native stuff. But I must admit my build doesn't require lots of x11-native stuff (apart from libxext), so I'm not 100% certain libx11-native_1.2 won't cause problems for other x11-native stuff. conf/distro/include/preferred-xorg-versions-X11R7.4.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc index 156653f..ac0f6e4 100644 --- a/conf/distro/include/preferred-xorg-versions-X11R7.4.inc +++ b/conf/distro/include/preferred-xorg-versions-X11R7.4.inc @@ -160,7 +160,7 @@ PREFERRED_VERSION_libfontenc ?= "1.0.4" PREFERRED_VERSION_libsm ?= "1.1.0" PREFERRED_VERSION_libwindowswm ?= "1.0.0" PREFERRED_VERSION_libx11 ?= "1.1.5" -PREFERRED_VERSION_libx11-native ?= "1.1.1" +PREFERRED_VERSION_libx11-native ?= "1.2" PREFERRED_VERSION_libxau ?= "1.0.4" PREFERRED_VERSION_libxaw ?= "1.0.4" PREFERRED_VERSION_libxcomposite ?= "0.4.0" @@ -220,7 +220,7 @@ PREFERRED_VERSION_videoproto ?= "2.2.2" PREFERRED_VERSION_windowswmproto ?= "1.0.3" PREFERRED_VERSION_xmiscproto ?= "1.1.2" PREFERRED_VERSION_xextproto ?= "7.0.3" -PREFERRED_VERSION_xextproto-native ?= "7.0.3" +PREFERRED_VERSION_xextproto-native ?= "7.0.5" PREFERRED_VERSION_xf86dgaproto ?= "2.0.3" PREFERRED_VERSION_xf86driproto ?= "2.0.4" PREFERRED_VERSION_xf86miscproto ?= "0.9.2"