Browse Source

Improved xorg-server to cross compile, and marked to build on stage 1 when cross compiling

early
Alejandro Mery 17 years ago
parent
commit
299907079a
  1. 8
      xorg/xorg-server/xorg-server.conf
  2. 2
      xorg/xorg-server/xorg-server.desc

8
xorg/xorg-server/xorg-server.conf

@ -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"

2
xorg/xorg-server/xorg-server.desc

@ -28,7 +28,7 @@
[L] OpenSource
[S] Stable
[V] 1.4.0.90
[P] X -----5---9 112.560
[P] X -?---5---9 112.560
[O] . package/*/*/modular-x-conf.in

Loading…
Cancel
Save