radare2, r2-for-cutter: move defaults to package file

This commit is contained in:
Jan Malakhovski
2019-02-03 15:33:25 +00:00
parent 3a7f3a1119
commit 73b2c285fe
2 changed files with 6 additions and 7 deletions
@@ -8,7 +8,10 @@
, python3 ? null
, ruby ? null
, lua ? null
, useX11, rubyBindings, pythonBindings, luaBindings
, useX11 ? false
, rubyBindings ? false
, pythonBindings ? false
, luaBindings ? false
}:
assert useX11 -> (gtk2 != null && vte != null && gtkdialog != null);