X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fstage4-install;h=73f2c71b4f8b671c65f61be59287c34d49ce7333;hb=2ad910e22979500192ea43d5599ad003440744a4;hp=92ad186c1bf36891c3265e03bd9a9043539151c2;hpb=14a21d0234cc58e66d802bae9daab4bcd9b6fde3;p=hvlinux.git diff --git a/stage4/stage4-install b/stage4/stage4-install index 92ad186..73f2c71 100755 --- a/stage4/stage4-install +++ b/stage4/stage4-install @@ -70,11 +70,12 @@ install_xorg_modules() libX11-[0-9]* ) MY_XORG_CONFIG="--without-xcb" ;; - xf86-video-s3-[0-9]* | xf86-video-xgi-[0-9]* ) - #for file in `grep -Rl "xf86Version.h" *`; do - # sed 's@xf86Version.h@xorgVersion.h@g' -i "$file" - #done - #;; + libXt-[0-9]* ) + MY_XORG_CONFIG="--with-appdefaultdir=/etc/X11/app-defaults" + ;; + xinit-[0-9]* ) + MY_XORG_CONFIG="--with-xinitdir=/etc/X11/app-defautls" + ;; esac ipkg_xorg ${SUBMOD} ${MODULE_NAME} ${MY_XORG_CONFIG} ${CONFIGURE_OPTS} @@ -126,7 +127,8 @@ ipkg_ac ${HAL_INFO} ipkg_xorg ${XORG_SERVER} "xserver" "\ --with-module-dir=${XORG_PREFIX}/lib/X11/modules \ --with-xkb-output=/var/lib/xkb \ - --enable-install-setuid" + --enable-install-setuid \ + --disable-config-hal" # newport, vmware, and xgixp drivers cause Xorg -configure to hang # To fix this problem, comment out these drivers in both driver-7.5-2.md5 and driver-7.5-2.wget.