mkbuild

mk based build system
git clone git://git.2f30.org/mkbuild
Log | Files | Refs | LICENSE

commit cc6ea58f4c4e98634985e10bc7d00a06e55c7e5f
parent 36b73a6887700ce05b5e6920e5c50b16d06cc60e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon,  5 May 2014 11:10:35 +0000

add TODO/wishlist

This would be really helpful for me to get X ported and working.

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
ATODO | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -0,0 +1,14 @@ +Wishlist: +========= + +bob: + Get the cflags and ldflags of dependencies of $DEPS in a package? + For example when I use xorglibx11 as DEPS in a package, xorglibx11 has + xorgxproto as $DEPS. How would I resolve that without specifying xorgxproto + as DEPS in a package? With this we can get rid of pkg-config --static --[libs|cflags] + + Maybe add a command like (not sure): + + mk TARG='pkg' deplist - print $DEPS list. + mk TARG='pkg' depcflags - get all cflags of dependencies (DEPS_CFLAGS). + mk TARG='pkg' depldflags - get all ldflags of dependencies (DEPS_LDFLAGS).