blob: a6a6c51ef25bd7f3335786e2016fc9ad9bab0b1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
fn fs {
switch($1) {
case core/*
! ~ $2 include/* lib/*.a
case util .
true
case *
false
}
}
# depends on your video card
# config_video_drivers=intel
# config_video_drivers=nouveau
|