Magellan Linux

Diff of /smage/trunk/core/kdrive/kdrive-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 385 by niro, Wed May 5 19:45:07 2010 UTC revision 386 by niro, Wed May 5 19:51:21 2010 UTC
# Line 63  SRC_URI=( Line 63  SRC_URI=(
63   mirror://xorg-server/${SRCFILE}   mirror://xorg-server/${SRCFILE}
64   mirror://xorg-server/xorg-server-1.4-fpic-libxf86config.patch   mirror://xorg-server/xorg-server-1.4-fpic-libxf86config.patch
65   mirror://xorg-server/xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch   mirror://xorg-server/xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch
  mirror://xorg-server/xorg-server-1.4.99.906-no-evdev-keyboards.patch  
66  )  )
67    
68  UP2SUBDIR="xserver"  UP2SUBDIR="xserver"
# Line 80  src_prepare() Line 79  src_prepare()
79   # adopted from redhat; use a black background   # adopted from redhat; use a black background
80   mpatch xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch || die   mpatch xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch || die
81    
  # evdev is way too broken  
  mpatch xorg-server-1.4.99.906-no-evdev-keyboards.patch || die  
   
82   # fix build issues, some wrapper files which should be generated   # fix build issues, some wrapper files which should be generated
83   # at build time exist and the makefile doesn't whipe them. we patch   # at build time exist and the makefile doesn't whipe them. we patch
84   # the makefile to clean them and whipe these wrapper files   # the makefile to clean them and whipe these wrapper files
# Line 132  src_compile() Line 128  src_compile()
128   --with-sha1=libsha1 \   --with-sha1=libsha1 \
129   --enable-kdrive-kbd \   --enable-kdrive-kbd \
130   --enable-kdrive-mouse \   --enable-kdrive-mouse \
131   --disable-kdrive-evdev \   --enable-kdrive-evdev \
132   || die   || die
133    
134   mmake || die   mmake || die

Legend:
Removed from v.385  
changed lines
  Added in v.386