Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TBK
aports
Commits
bec45fd1
Commit
bec45fd1
authored
14 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/mesa: x86_64 build fix. need secial case for sis too
based on nenolods patch
parent
20d46f0e
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/mesa/APKBUILD
+11
-9
11 additions, 9 deletions
main/mesa/APKBUILD
with
11 additions
and
9 deletions
main/mesa/APKBUILD
+
11
−
9
View file @
bec45fd1
...
@@ -13,7 +13,6 @@ subpackages="$pkgname-dev
...
@@ -13,7 +13,6 @@ subpackages="$pkgname-dev
$pkgname
-dri-mga:mga
$pkgname
-dri-mga:mga
$pkgname
-dri-r128:r128
$pkgname
-dri-r128:r128
$pkgname
-dri-savage:savage
$pkgname
-dri-savage:savage
$pkgname
-dri-sis:sis
$pkgname
-dri-swrast:swrast
$pkgname
-dri-swrast:swrast
$pkgname
-dri-tdfx:tdfx
$pkgname
-dri-tdfx:tdfx
$pkgname
-dri-unichrome:unichrome
$pkgname
-dri-unichrome:unichrome
...
@@ -32,6 +31,16 @@ _dri_driverdir=/usr/lib/xorg/modules/dri
...
@@ -32,6 +31,16 @@ _dri_driverdir=/usr/lib/xorg/modules/dri
_builddir
=
"
$srcdir
/Mesa-
$pkgver
"
_builddir
=
"
$srcdir
/Mesa-
$pkgver
"
case
"
$CHOST
"
in
x86_64-
*
)
_intel_dri
=
"i915_dri i965_dri"
;;
i[3456789]86-
*
)
_intel_dri
=
"i810_dri i915_dri i965_dri"
subpackages
=
"
$subpackages
$pkgname
-dri-sis:sis"
;;
esac
prepare
()
{
prepare
()
{
cd
"
$_builddir
"
cd
"
$_builddir
"
for
i
in
../
*
.patch
;
do
for
i
in
../
*
.patch
;
do
...
@@ -78,14 +87,7 @@ _mv_dri() {
...
@@ -78,14 +87,7 @@ _mv_dri() {
}
}
ati
()
{
_mv_dri radeon_dri r200_dri r300_dri r600_dri
;
}
ati
()
{
_mv_dri radeon_dri r200_dri r300_dri r600_dri
;
}
intel
()
{
intel
()
{
_mv_dri
$_intel_dri
;
}
# there are no i810_dri for x86_64
local
_i810
=
if
[
"
$CARCH
"
!=
"x86_64"
]
;
then
_i810
=
i810_dri
fi
_mv_dri
$_i810
i915_dri i965_dri
;
}
mach64
()
{
_mv_dri mach64_dri
;
}
mach64
()
{
_mv_dri mach64_dri
;
}
mga
()
{
_mv_dri mga_dri
;
}
mga
()
{
_mv_dri mga_dri
;
}
r128
()
{
_mv_dri r128_dri
;
}
r128
()
{
_mv_dri r128_dri
;
}
...
...
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