X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage4%2Fstage4-install;h=73f2c71b4f8b671c65f61be59287c34d49ce7333;hb=907fcfdccdd0ddd33accef87490f9e0b750797ad;hp=fee1687946d4eb83e0dbe2e1b56b67745a26924b;hpb=c2994416b30ad7eaef7e592c4c07e8cf8426b4b7;p=hvlinux.git diff --git a/stage4/stage4-install b/stage4/stage4-install index fee1687..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,10 +127,11 @@ 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 problrem, comment out these drivers in both driver-7.5-2.md5 and driver-7.5-2.wget. +# To fix this problem, comment out these drivers in both driver-7.5-2.md5 and driver-7.5-2.wget. install_xorg_modules ${XORG_DRIVER} --with-xorg-module-dir=${XORG_PREFIX}/lib/X11/modules ipkg_xorg ${XDM} "app" @@ -145,7 +147,7 @@ ipkg_cust ${TK} cis-tk # Re-installing python now that tk is present??? ipkg_ac ${PYTHON} "--enable-shared" -ipkg_ac ${WINDOWMAKER} --with-gnustepdir=/usr/share/GNUstep +ipkg_cust ${WINDOWMAKER} cis-windowmaker ipkg_ac ${WINDOWMAKER_EXTRA} #source /etc/profile