Skip to content
Snippets Groups Projects
Verified Commit af2c0bef authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/xorg-drivers: geode does not support 64-bit operation

parent 879c3404
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,10 @@ depends="xf86-input-evdev xf86-input-joystick xf86-input-keyboard
xf86-video-nouveau xf86-video-openchrome xf86-video-qxl xf86-video-r128
xf86-video-tdfx"
case $CTARGET_ARCH in
x86_64 | pmmx)
pmmx)
depends="$depends xf86-video-geode xf86-video-intel" ;;
x86_64)
depends="$depends xf86-video-intel" ;;
esac
source=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment