Commit Graph

3 Commits

Author SHA1 Message Date
termux-pacman-bot
fe5cb0b2e5 tree-wide: use TERMUX_SUBPKG_DEPEND_ON_PARENT=false instead of =no
We use true or false for other bool build variables. Let's be
consistent.

Change does not have an effect on build scripts.
%ci:no-build
2024-06-16 09:38:14 +00:00
termux-pacman-bot
c939fbcb32 chore(libblocksruntime): Fix package cycle
The libblocksruntime has been split out from libdispatch to allow
packages to depend only on libblocksruntime and not the whole
libdispatch. But for this to work we need

TERMUX_SUBPKG_DEPEND_ON_PARENT=no

Otherwise there is a dependency cycle between libdispatch and
libblocksruntime, so they are always installed together
2023-10-06 13:31:12 +00:00
buttaface
3895ce8973 libblocksruntime: split off sub-package (#5412)
* libblocksruntime: split off sub-package

* libdispatch: bump revision

Co-authored-by: Henrik Grimler <henrik@grimler.se>
2020-06-16 21:38:16 +02:00