|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../xorg-server/xorg-server.conf |
|
|
|
|
# Copyright (C) 2007 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2007 - 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -35,6 +35,11 @@ x_postmake() {
|
|
|
|
|
echo "export WINDOWMANAGER=kde" > $root/etc/profile.d/windowmanager |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if atstage cross; then |
|
|
|
|
# help configure |
|
|
|
|
var_append configcache ' ' "ac_cv_file__${prefix//\//_}_share_sgml_X11_defs_ent=no" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
var_append GCC_WRAPPER_REMOVE ' ' '-I/usr/X11R6/include' |
|
|
|
|
var_append GCC_WRAPPER_REMOVE ' ' '-L/usr/X11R6/lib' |
|
|
|
|
|
|
|
|
@ -42,4 +47,3 @@ var_append GCC_WRAPPER_REMOVE ' ' '-L/usr/X11R6/lib'
|
|
|
|
|
var_append confopt " " "--disable-dmx" |
|
|
|
|
|
|
|
|
|
hook_add postmake 5 "x_postmake" |
|
|
|
|
|
|
|
|
|