diff options
author | midipix <writeonce@midipix.org> | 2018-06-30 20:47:06 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-08-05 06:04:57 -0400 |
commit | e85017937264f77c8141be418c6f23c7f6889aaa (patch) | |
tree | c528f759619897d1df3e4db9c0e639a521871b38 | |
parent | 96e5233fb20719204d926a2e292e6e9958dda0c5 (diff) | |
download | u16ports-e85017937264f77c8141be418c6f23c7f6889aaa.tar.bz2 u16ports-e85017937264f77c8141be418c6f23c7f6889aaa.tar.xz |
project: added initial pkgconfig.support.
-rw-r--r-- | config.project | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.project b/config.project index 31fa7ad..fb78357 100644 --- a/config.project +++ b/config.project @@ -4,6 +4,15 @@ mb_require_out_of_tree=no mb_custom_install_headers=no mb_avoid_version=no +# pkgconfig +mb_pkgname='u16ports' +mb_pkgdesc='u16ports' +mb_pkgusrc= +mb_pkgrepo='git://midipix.org/u16ports' +mb_pkgpsrc= +mb_pkgdurl= +mb_pkgdefs= +mb_pkglibs= # build mb_default_build= |