[gnome-builder/wip/gtk4-port] build: use BOOL in option
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] build: use BOOL in option
- Date: Mon, 6 Jun 2022 03:21:45 +0000 (UTC)
commit 2741bc4c524bb291d2c33e842e18af75e15288fd
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 d7c0975d0..c642227fe 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]