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 329 by niro, Wed Apr 28 14:19:59 2010 UTC revision 367 by niro, Mon May 3 11:39:37 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
66     mirror://xorg-server/xorg-server-1.4.99.906-no-evdev-keyboards.patch
67  )  )
68    
69  UP2SUBDIR="xserver"  UP2SUBDIR="xserver"
# Line 79  src_prepare() Line 80  src_prepare()
80   # adopted from redhat; use a black background   # adopted from redhat; use a black background
81   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
82    
83     # evdev is way too broken
84     mpatch xorg-server-1.4.99.906-no-evdev-keyboards.patch || die
85    
86   # fix build issues, some wrapper files which should be generated   # fix build issues, some wrapper files which should be generated
87   # 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
88   # the makefile to clean them and whipe these wrapper files   # the makefile to clean them and whipe these wrapper files
# Line 128  src_compile() Line 132  src_compile()
132   --with-sha1=libsha1 \   --with-sha1=libsha1 \
133   --enable-kdrive-kbd \   --enable-kdrive-kbd \
134   --enable-kdrive-mouse \   --enable-kdrive-mouse \
135   --enable-kdrive-evdev \   --disable-kdrive-evdev \
136   || die   || die
137    
138   mmake || die   mmake || die

Legend:
Removed from v.329  
changed lines
  Added in v.367