diff options
author | midipix <writeonce@midipix.org> | 2021-06-01 22:44:25 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-01 22:44:25 +0000 |
commit | f3d10bb2c22a5e7e75cbb86d80ee9eec28c12085 (patch) | |
tree | 4ee157077fbede1423f1239ef0c6d35cd86a8fd4 | |
parent | 14273880dd1108b5d826b8407bc036da372cb7fe (diff) | |
download | ntcon-f3d10bb2c22a5e7e75cbb86d80ee9eec28c12085.tar.bz2 ntcon-f3d10bb2c22a5e7e75cbb86d80ee9eec28c12085.tar.xz |
project: config.project: match sofort's current template.
-rw-r--r-- | config.project | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/config.project b/config.project index b5235c9..100c44c 100644 --- a/config.project +++ b/config.project @@ -1,6 +1,7 @@ # project mb_package=ntcon mb_require_out_of_tree=no +mb_require_source_dir=no mb_custom_install_headers=no mb_avoid_version=yes @@ -13,13 +14,20 @@ mb_disable_shared= # custom config step mb_use_custom_cfgdefs=no +mb_use_custom_cfginit=no +mb_use_custom_cfgfini=no mb_use_custom_cfgtest=no +# advanced make options +mb_make= +mb_makefile= +mb_makemode= + # pkgconfig mb_pkgname='ntcon' mb_pkgdesc='ntcon' mb_pkgusrc= -mb_pkgrepo='git://midipix.org/ntcon' +mb_pkgrepo='https://git.midipix.org/ntcon' mb_pkgpsrc= mb_pkgdurl= mb_pkgdefs= |