# HG changeset patch # User Paul Boddie # Date 1530638166 -7200 # Node ID 4bca58ee0c4df257563d9ae1ee7a4c85d29a2954 # Parent 15055ea38716195e8d009cc6b00d421a71f38369 Fixed dependency problems. diff -r 15055ea38716 -r 4bca58ee0c4d pkg/devices/Control --- a/pkg/devices/Control Mon Jun 18 16:36:32 2018 +0200 +++ b/pkg/devices/Control Tue Jul 03 19:16:06 2018 +0200 @@ -46,5 +46,5 @@ provides: libdrivers-panel-loader provides: libdrivers-panel-qi_lb60 provides: libdrivers-pwm -requires: libc l4re_c libio +requires: libc libc_be_l4re libdl l4re_c libio Maintainer: paul@boddie.org.uk diff -r 15055ea38716 -r 4bca58ee0c4d pkg/devices/Makefile --- a/pkg/devices/Makefile Mon Jun 18 16:36:32 2018 +0200 +++ b/pkg/devices/Makefile Tue Jul 03 19:16:06 2018 +0200 @@ -16,5 +16,6 @@ input: keypad lib keypad: lib util lcd: display lib util +lib: util pwm: lib util spi: lib util diff -r 15055ea38716 -r 4bca58ee0c4d pkg/landfall-examples/Control --- a/pkg/landfall-examples/Control Mon Jun 18 16:36:32 2018 +0200 +++ b/pkg/landfall-examples/Control Tue Jul 03 19:16:06 2018 +0200 @@ -1,3 +1,3 @@ provides: landfall-examples -requires: crtn l4re l4re_c +requires: crtn l4re l4re_c mag-gfx Maintainer: paul@boddie.org.uk