diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-31 17:26:00 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-10-31 17:26:00 +0100 |
commit | 6b9c060b1b37609bcbde84a55679431625d591fe (patch) | |
tree | deedc6a0174d6eb77aed850fd02ec58c8eb74589 | |
parent | c68316b787706d49bbddb387af45e25804678ce6 (diff) |
add glib-2.0 pkg dep
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index f3b5e21..ba56110 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -60,6 +60,7 @@ set (PKG_REQUIRED_LIST afb-daemon json-c libafbwsc + glib-2.0 ) # Compilation options definition |