diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-22 15:49:23 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-25 22:29:00 +0200 |
commit | 215150bc7952ab703cf0d1c7b9ec9b3b3782e3bf (patch) | |
tree | b8c79872fbacccb5da15aacdf2be746d2b4da943 /conf.d | |
parent | fa5df48417437fe39c2f7e5e91c9f3aac2e1b0cd (diff) |
Add missing afb-daemon dependency
Change-Id: I8c417fd6cf6e8946ddbb649b55bb56c063f056e6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index e26b043..15af184 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -70,7 +70,8 @@ set (PKG_REQUIRED_LIST libsystemd>=222 glib-2.0 gobject-2.0 - libiio + libiio + afb-daemon>=4.0 ) # Static constante definition |