Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Remove amdgpu in package build
Browse files Browse the repository at this point in the history
it conflicts with our packages so we're going to disable that for now
  • Loading branch information
sr229 authored Mar 25, 2020
1 parent fbc6ac3 commit 4841890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay-maru-amd64/profiles/base/make.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ USE="${USE} include_vmlinuz"
USE="-cros_debug ${USE}"

# Enable a few more video cards as this is a generic board.
VIDEO_CARDS="intel i915 i965 llvmpipe nouveau radeon radeonsi r100 r200 r300 r600 amdgpu vmware"
VIDEO_CARDS="intel i915 i965 llvmpipe nouveau radeon radeonsi r100 r200 r300 r600 vmware"

# TEST: have this enabled along with libinput
#INPUT_DEVICES="keyboard mouse evdev synaptics"
Expand Down

0 comments on commit 4841890

Please sign in to comment.