Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
58ae0b85
Commit
58ae0b85
authored
7 years ago
by
lovedheart
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mesa.rb
modification for mesa build on armv7l
parent
6415610e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
packages/mesa.rb
packages/mesa.rb
+5
-1
No files found.
packages/mesa.rb
View file @
58ae0b85
...
@@ -27,8 +27,12 @@ class Mesa < Package
...
@@ -27,8 +27,12 @@ class Mesa < Package
depends_on
'libxkbfile'
depends_on
'libxkbfile'
depends_on
'wayland'
depends_on
'wayland'
depends_on
'bison'
# tested on armv7l
def
self
.
build
def
self
.
build
system
"./configure --enable-gles2 --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --disable-dri3"
system
"pip install Mako"
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
--enable-shared-glapi --with-gallium-drivers=nouveau --with-dri-drivers=nouveau --enable-egl --with-platforms=x11,drm,wayland --enable-gbm --enable-xa --enable-dri"
system
"make"
system
"make"
end
end
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment