|
|
@ -148,6 +148,11 @@ xf_install() { |
|
|
|
|
|
|
|
# configure the World |
|
|
|
xf_config() { |
|
|
|
if [ -f "$base/config/$config/xorgsite.def" ] ; then |
|
|
|
cp $base/config/$config/xorgsite.def config/cf/host.def |
|
|
|
echo "Found custom configuration" |
|
|
|
else |
|
|
|
|
|
|
|
echo "Configuring X-Windows ..." |
|
|
|
cat >> config/cf/host.def << EOT |
|
|
|
/* Disable the internal zlib to use the system installed one */ |
|
|
@ -176,5 +181,7 @@ EOT |
|
|
|
#define HaveMatroxHal YES |
|
|
|
EOT |
|
|
|
fi |
|
|
|
|
|
|
|
fi |
|
|
|
} |
|
|
|
|