diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:08:48 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:10:49 -0500 |
commit | 0fee9bfb0f656b78f34c44542329760be2980892 (patch) | |
tree | cb5c7fb4d879f70229ff7e263933325af36cb089 /CMakeLists.txt | |
parent | fad93b42c285ffb463e9494070f40d3b339d732f (diff) |
Comment out connman-glib dependency for nowmarlin_12.91.0marlin/12.91.012.91.0
The code changes to use the new connman-glib library are not yet
integrated, comment out the accidentally included dependency for
now to avoid build issues.
Bug-AGL: SPEC-4182
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I65446e3ff8ec6919cae146aac013a724ad58b093
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f69e364..38c2c2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ find_package(Qt5Qml REQUIRED) find_package(PkgConfig REQUIRED) pkg_check_modules(glib REQUIRED IMPORTED_TARGET glib-2.0) pkg_check_modules(bluez_glib REQUIRED IMPORTED_TARGET bluez-glib) -pkg_check_modules(connman_glib REQUIRED IMPORTED_TARGET connman-glib) +#pkg_check_modules(connman_glib REQUIRED IMPORTED_TARGET connman-glib) include(GNUInstallDirs) |