Magellan Linux

Diff of /trunk/core/xf86-input-vmmouse/xf86-input-vmmouse-12.6.9-r1.smage2

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

revision 5256 by niro, Fri Apr 16 18:58:15 2010 UTC revision 5259 by niro, Fri Apr 16 19:13:31 2010 UTC
# Line 18  src_compile() Line 18  src_compile()
18  {  {
19   cd ${SRCDIR}   cd ${SRCDIR}
20    
21   xorg_src_configure --with-udev-rules-dir=/$(mlibdir)/udev/rules.d || die   # use /lib for udev dir on multilib systems too!
22     xorg_src_configure \
23     --with-udev-rules-dir=/lib/udev/rules.d \
24     --with-hal-callouts-dir=/usr/bin \
25     || die
26    
27   mmake || die   mmake || die
28    
29  }  }
30    
31    src_install()
32    {
33     cd ${SRCDIR}
34     xorg_src_install || die
35    
36     # install xorg.conf.d for udev vmmouse driver
37     minstalldir /etc/X11/xorg.conf.d || die
38     minstallfile tools/50-vmmouse.conf /etc/X11/xorg.conf.d || die
39    }
40    
41  # reload udev to get the provided udev rules recognized  # reload udev to get the provided udev rules recognized
42  postinstall()  postinstall()
43  {  {

Legend:
Removed from v.5256  
changed lines
  Added in v.5259