[pkg-fso-commits] [SCM] xf86-video-glamo, SMedia Glamo video driver for X.Org branch, master, updated. upstream/0.0.0+20090707.git98c012f7-57-g9918e08

Thomas White taw at bitwiz.org.uk
Fri Jan 8 13:24:49 UTC 2010


The following commit has been merged in the master branch:
commit edc1fcddb57fad07e1ed212424378247e0d2a0a2
Author: Thomas White <taw at bitwiz.org.uk>
Date:   Fri Aug 21 00:44:57 2009 +0100

    Use $PKG_CONFIG instead of pkg-config
    
    This un-breaks cross-compilation in certain cases.

diff --git a/configure.ac b/configure.ac
index 8aeed86..d9b08a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,7 @@ XORG_DRIVER_CHECK_EXT(XV, videoproto)
 
 # Checks for pkg-config packages
 PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901 xproto fontsproto $REQUIRED_MODULES])
-sdkdir=$(pkg-config --variable=sdkdir xorg-server)
+sdkdir=$($PKG_CONFIG --variable=sdkdir xorg-server)
 
 if test "x$JBT6K74_SET_STATE" = xyes; then
     AC_DEFINE(JBT6K74_SET_STATE, 1, [Set jbt6k74 state when changing resolution])

-- 
xf86-video-glamo, SMedia Glamo video driver for X.Org



More information about the pkg-fso-commits mailing list