[gnome-builder/wip/gtk4-port: 1366/1774] build: use BOOL in option




commit 8ec1550a3912d1280cf0cbd63151da92a13d77cc
Author: Christian Hergert <chergert redhat com>
Date:   Sun Jun 5 20:21:40 2022 -0700

    build: use BOOL in option

 build-aux/flatpak/org.gnome.Builder.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index d544eb522..43e0ed064 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -247,7 +247,7 @@
             "config-opts" : [
                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
                 "-DBUILD_SHARED_LIBS:BOOL=ON",
-                "-DUSE_SSH=ON",
+                "-DUSE_SSH:BOOL=ON",
                 "-DUSE_THREADS:BOOL=ON"
             ],
             "sources" : [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]