Magellan Linux

Diff of /trunk/extras/libinput/libinput-1.9.3-r1.smage2

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

revision 30286 by niro, Tue Nov 28 12:43:20 2017 UTC revision 30287 by niro, Tue Nov 28 13:04:27 2017 UTC
# Line 22  SDEPEND=">= dev-util/check-0.10" Line 22  SDEPEND=">= dev-util/check-0.10"
22  SRCFILE="${PNAME}-${PVER}.tar.xz"  SRCFILE="${PNAME}-${PVER}.tar.xz"
23    
24  msetfeature "!check"  msetfeature "!check"
25  sminclude xorg multilib  sminclude xorg meson multilib
26    
27  SRC_URI=(  SRC_URI=(
28   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}   http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
# Line 34  UP2DATE="updatecmd http://www.freedeskto Line 34  UP2DATE="updatecmd http://www.freedeskto
34  src_compile()  src_compile()
35  {  {
36   # do not install the debug gui   # do not install the debug gui
37   mconfigure \   meson_src_compile $(meson_opt documentation false) $(meson_opt debug-gui false) || die
  --libexecdir="/usr/$(mlibdir)/${PNAME}" \  
  --disable-documentation \  
  --disable-debug-gui \  
  || die  
   
  mmake || die  
38  }  }

Legend:
Removed from v.30286  
changed lines
  Added in v.30287