diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2023-11-23 21:56:12 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2023-11-23 21:58:22 +0100 |
| commit | f55b3ffc5b2e2745e5392ce0022b9e38b2c7fa3d (patch) | |
| tree | 87186961273bd251bbd9143691774f81eea9fd95 /meson_options.txt | |
| parent | 4d10bf26b8492e2cee2948b7689f1ef52ef296db (diff) | |
Add basic support for building a debian package
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..2e54f4b --- /dev/null +++ b/meson_options.txt @@ -0,0 +1 @@ +option('debpkg', type: 'boolean', value : false) |
