Skip to content

Commit

Permalink
Add dummy meson_options.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 9, 2017
1 parent beb80cf commit 8307a31
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meson_options.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
option('without-debugger', type: 'boolean', value: false)
option('without-gpl', type: 'boolean', value: false)

option('with-syszip', type: 'boolean', value: false)
option('with-sysmagic', type: 'boolean', value: false)
option('with-syscapstone', type: 'boolean', value: false)

option('plugins', type: 'string', value: 'plugins.meson.cfg')

0 comments on commit 8307a31

Please sign in to comment.