From: Jose V Beneyto Date: Wed, 28 Apr 2010 11:18:12 +0000 (+0200) Subject: xkeyboard-config: fixed xkbcomp binary usage and footprint (xkbcomp is a host requeri... X-Git-Url: http://gitweb/?a=commitdiff_plain;h=f90ea4ca43f819dcfbca40a65dea55502bdfda3d;p=attic%2Fports%2Fxorg-cross.git xkeyboard-config: fixed xkbcomp binary usage and footprint (xkbcomp is a host requeriment) --- diff --git a/xkeyboard-config/.footprint b/xkeyboard-config/.footprint index da10d88..b0c2083 100644 --- a/xkeyboard-config/.footprint +++ b/xkeyboard-config/.footprint @@ -334,4 +334,4 @@ drwxr-xr-x root/root usr/share/X11/xkb/types/ -rw-r--r-- root/root usr/share/X11/xkb/types/mousekeys -rw-r--r-- root/root usr/share/X11/xkb/types/numpad -rw-r--r-- root/root usr/share/X11/xkb/types/pc -lrwxrwxrwx root/root usr/share/X11/xkb/xkbcomp -> /devel/crux-arm/toolchain/clfs/usr/bin/xkbcomp +lrwxrwxrwx root/root usr/share/X11/xkb/xkbcomp -> /usr/bin/xkbcomp diff --git a/xkeyboard-config/Pkgfile b/xkeyboard-config/Pkgfile index a94ea3c..b2d1b72 100644 --- a/xkeyboard-config/Pkgfile +++ b/xkeyboard-config/Pkgfile @@ -12,14 +12,11 @@ source=(http://xlibs.freedesktop.org/xkbdesc/$name-$version.tar.bz2) build() { cd xkeyboard-config-$version - echo "ac_cv_path_XKBCOMP=\"$CLFS/usr/bin/xkbcomp\"" > config.cache - ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --with-xkb-base=/usr/share/X11/xkb \ - --with-xkb-rules-symlink=xorg \ - --cache-file=config.cache + --with-xkb-rules-symlink=xorg make make DESTDIR=$PKG install