Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CyberLeo
Adélie Package Tree
Commits
9fa9a131
Verified
Commit
9fa9a131
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/xorg-drivers: don't install broken things on ARM
parent
361287a9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/xorg-drivers/APKBUILD
+8
-3
8 additions, 3 deletions
user/xorg-drivers/APKBUILD
with
8 additions
and
3 deletions
user/xorg-drivers/APKBUILD
+
8
−
3
View file @
9fa9a131
...
...
@@ -16,9 +16,8 @@ depends="xf86-input-evdev xf86-input-joystick xf86-input-keyboard
xf86-video-dummy xf86-video-fbdev xf86-video-freedreno xf86-video-glint
xf86-video-mach64 xf86-video-mga xf86-video-nouveau
xf86-video-openchrome xf86-video-qxl xf86-video-r128
xf86-video-rendition xf86-video-siliconmotion xf86-video-sis
xf86-video-sisusb xf86-video-tdfx xf86-video-trident xf86-video-v4l
xf86-video-vboxvideo xf86-video-vesa xf86-video-vmware"
xf86-video-rendition xf86-video-sis xf86-video-sisusb xf86-video-tdfx
xf86-video-trident xf86-video-v4l xf86-video-vboxvideo xf86-video-vesa"
case
$CTARGET_ARCH
in
pmmx
)
depends
=
"
$depends
xf86-video-geode xf86-video-intel"
;;
...
...
@@ -27,6 +26,12 @@ case $CTARGET_ARCH in
sparc
*
)
depends
=
"
$depends
xf86-video-sunffb xf86-video-sunleo"
;;
esac
case
$CTARGET_ARCH
in
aarch64
*
|
arm
*
)
;;
*
)
depends
=
"
$depends
xf86-video-siliconmotion xf86-video-vmware"
;;
esac
source
=
""
package
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment