From f90ea4ca43f819dcfbca40a65dea55502bdfda3d Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 28 Apr 2010 13:18:12 +0200 Subject: [PATCH] xkeyboard-config: fixed xkbcomp binary usage and footprint (xkbcomp is a host requeriment) --- xkeyboard-config/.footprint | 2 +- xkeyboard-config/Pkgfile | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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 -- 2.26.2