On Wednesday 17 Oct 2007, Stanley Merkx wrote:
> Requested 'xorg-server >= 1.0.99.901' but version of xorg-server is 1.0.1
> configure:20184: error: Package requirements (xorg-server >= 1.0.99.901
> xproto fontsproto ) were not met.
>
>
> Which is indeed right... (I knew I saw this at some point too yesterday,
> but couldn't find it back as it is stuck somewhere halfway the
> config.log)...
>
> So, nothing else to it than to upgrade? Or build X from source?
I'm not convinced the version check is correct. Apply the attached patch to
the X driver & run './autogen.sh' (This will automatically rerun ./configure)
--
Ian
Index: configure.ac
===================================================================
--- configure.ac (revision 4076)
+++ configure.ac (working copy)
@@ -48,7 +48,7 @@
[moduledir="$libdir/xorg/modules"])
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901 xproto fontsproto $REQUIRED_MODULES])
+PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES])
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
# Checks for extensions
_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel