diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-10-31 17:48:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 17:48:54 +0100 |
commit | ed0fb265decf8bb562ad27d18985705b9de74f15 (patch) | |
tree | deedc6a0174d6eb77aed850fd02ec58c8eb74589 /conf.d/cmake | |
parent | c68316b787706d49bbddb387af45e25804678ce6 (diff) | |
parent | 6b9c060b1b37609bcbde84a55679431625d591fe (diff) |
Merge pull request #1 from ronan22/fulup-dev
add glib-2.0 pkg dep
Diffstat (limited to 'conf.d/cmake')
-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 |