]> gitweb.factorcode.org Git - factor.git/commit
tools.deploy.backend: ui depends on (full) io so it needs to be loaded first
authorBjörn Lindqvist <bjourne@gmail.com>
Fri, 20 Jun 2014 13:09:47 +0000 (15:09 +0200)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 3 Jul 2014 21:57:07 +0000 (21:57 +0000)
commit508b85851d4af2be5eb2d7385f66f05074fde09f
treef1fae82f1aa36a2b45b9377265367ec68c202b0b
parent5d44509720af20a31e8886e2d607c80a54131f9b
tools.deploy.backend: ui depends on (full) io so it needs to be loaded first

find-library on linux needs to call /sbin/ldconfig which requires a
full io-backend. Using gtk requires loading alien libraries which
requires find-library. So the ui should always load the whole io.
17 files changed:
basis/tools/deploy/backend/backend.factor
basis/tools/deploy/deploy-tests.factor
extra/benchmark/ui-panes/deploy.factor
extra/chicago-talk/deploy.factor
extra/color-picker/deploy.factor
extra/game/input/demos/joysticks/deploy.factor
extra/gesture-logger/deploy.factor
extra/gpu/demos/raytrace/deploy.factor
extra/hello-ui/deploy.factor
extra/hello-unicode/deploy.factor
extra/maze/deploy.factor
extra/merger/deploy.factor
extra/minneapolis-talk/deploy.factor
extra/nehe/deploy.factor
extra/spheres/deploy.factor
extra/terrain/deploy.factor
extra/tetris/deploy.factor