]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - meson_options.txt
Merge pull request #8316 from yuwata/fix-8315
[thirdparty/systemd.git] / meson_options.txt
index dca9dfc16cad388091c839077271808434a428c4..2d27981849632af1c483bc968ddd8ad54a4e384c 100644 (file)
 # You should have received a copy of the GNU Lesser General Public License
 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
-option('split-usr', type : 'boolean', value : false,
-       description : '''assume that /bin, /sbin aren't symlinks into /usr''')
+option('split-usr', type : 'combo', choices : ['auto', 'true', 'false'],
+       description : '''/bin, /sbin aren't symlinks into /usr''')
+option('split-bin', type : 'combo', choices : ['auto', 'true', 'false'],
+       description : '''sbin is not a symlink to bin''')
 option('rootlibdir', type : 'string',
        description : '''[/usr]/lib/x86_64-linux-gnu or such''')
 option('rootprefix', type : 'string',