diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..23c5802 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +build* +nbproject/private +.vscode +.stfolder +.*.sw* +*.tar.gz +__* +htdocs/node_modules 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 |