Magellan Linux

Diff of /trunk/include/meson.sminc

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

revision 29798 by niro, Thu Oct 12 12:07:06 2017 UTC revision 29811 by niro, Thu Oct 12 14:09:19 2017 UTC
# Line 61  meson_configure() Line 61  meson_configure()
61   default_opts+=" --prefix=/usr"   default_opts+=" --prefix=/usr"
62   default_opts+=" --sysconfdir=/etc"   default_opts+=" --sysconfdir=/etc"
63   default_opts+=" --localstatedir=/var/lib"   default_opts+=" --localstatedir=/var/lib"
64   default_opts+=" --libdir=/usr/$(mlibdir)"   default_opts+=' --libdir=/usr/$(mlibdir)'
65   default_opts+=" --libexecdir=/usr/$(mlibdir)/${PNAME}"   default_opts+=' --libexecdir=/usr/$(mlibdir)/${PNAME}'
66    
67   if [[ ${MULTILIB_BUILD} = true ]]   if [[ ${MULTILIB_BUILD} = true ]]
68   then   then

Legend:
Removed from v.29798  
changed lines
  Added in v.29811