Browse Source

xorg-server: removed hack to disable dmx

karasz/new-early
Alejandro Mery 15 years ago
parent
commit
213fcba6d7
  1. 5
      xorg/xorg-server/xorg-server.conf

5
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 - 2008 The OpenSDE Project
# Copyright (C) 2007 - 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -43,7 +43,4 @@ fi
var_append GCC_WRAPPER_REMOVE ' ' '-I/usr/X11R6/include'
var_append GCC_WRAPPER_REMOVE ' ' '-L/usr/X11R6/lib'
# broken right now
var_append confopt " " "--disable-dmx"
hook_add postmake 5 "x_postmake"

Loading…
Cancel
Save