diff options
| author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-11-06 07:17:45 -0800 | 
|---|---|---|
| committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-11-06 07:17:45 -0800 | 
| commit | d2baa7eb31d926956e59174dd9d81810a18a536b (patch) | |
| tree | b82d02fd95a5b9be6c77f77a3f98348542c0b7b9 /motionMonitor | |
| parent | 51157058bb955e173901e3436968254923b2a5be (diff) | |
Require libiio component
Diffstat (limited to 'motionMonitor')
| -rw-r--r-- | motionMonitor/Component.cdef | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/motionMonitor/Component.cdef b/motionMonitor/Component.cdef index 9627adf..b0b756b 100644 --- a/motionMonitor/Component.cdef +++ b/motionMonitor/Component.cdef @@ -2,6 +2,7 @@ cflags:  {    -std=c99    -I$BRNKL_ROOT/apps/util +  -I${BRNKL_ROOT}/components/libiioComponent/libiio  }  requires: @@ -10,6 +11,18 @@ requires:    {       interrupt = le_gpio.api    } +  component: +  { +    $BRNKL_ROOT/components/libiioComponent +  } +  lib: +  { +    libiio.so +    libiio.so.0 +    libiio.so.0.15 +  } + +  }  provides: | 
