Magellan Linux

Diff of /trunk/include/meson.sminc

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

revision 30916 by niro, Wed May 16 08:06:16 2018 UTC revision 30917 by niro, Wed May 16 08:06:56 2018 UTC
# Line 36  meson_with() Line 36  meson_with()
36  meson_without()  meson_without()
37  {  {
38   local feature="$1"   local feature="$1"
39   echo "-Dwith-{feature}=false"   echo "-Dwith-${feature}=false"
40  }  }
41    
42  meson_bool_true()  meson_bool_true()

Legend:
Removed from v.30916  
changed lines
  Added in v.30917