|
|
@ -1,3 +1,4 @@ |
|
|
|
#!/bin/bash |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|
|
|
# |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
@ -20,13 +21,7 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
preconf_patch() { |
|
|
|
# patch some false dependencies away in Makefile.ins |
|
|
|
sed -ri 's,[^ ]*(src/core/fusion|src/core/modules.h|src/misc/debug.h)[^ ]*,,g' \ |
|
|
|
gfxdrivers/savage/Makefile.in inputdrivers/elo/Makefile.in \ |
|
|
|
inputdrivers/linux_input/Makefile.in |
|
|
|
} |
|
|
|
|
|
|
|
preconf="preconf_patch" |
|
|
|
|
|
|
|
# build all except matrox, which has build errors against linux 2.6.17.7 |
|
|
|
# as of DirectFB 1.0.0-rc2. |
|
|
|
var_append extraconfopt " " "--with-gfxdrivers=ati128,cle266,cyber5k,i810,"\ |
|
|
|
"i830,mach64,neomagic,nsc,nvidia,radeon,savage,sis315,tdfx,unichrome" |