summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPavel Vinogradov2019-01-23 17:25:54 -0500
committerPavel Vinogradov2019-01-23 17:25:54 -0500
commit96564dd09f3d20d37775b29069f9f63adfe874d6 (patch)
tree864f47b355efca4881b98e8bf7e8fd60d1c7fe85 /x11-toolkits
parentc6b618639480cc799c08a86a1de4745d95e9ec37 (diff)
x11-toolkits/gtk+4: fixed some typos in CONFIGURE
Diffstat (limited to 'x11-toolkits')
-rwxr-xr-xx11-toolkits/gtk+4/CONFIGURE4
-rw-r--r--x11-toolkits/gtk+4/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/gtk+4/CONFIGURE b/x11-toolkits/gtk+4/CONFIGURE
index 437bb8508b..0a76f45405 100755
--- a/x11-toolkits/gtk+4/CONFIGURE
+++ b/x11-toolkits/gtk+4/CONFIGURE
@@ -4,13 +4,13 @@ config_query_option GTK4_OPTS "Build the broadway (HTML5) backend?" "n" \
"broadway-backend=true" "broadway-backend=false" &&
config_query_option GTK4_OPTS "Build demos?" "n" \
- "build-demoss=true" "build-demos=false" &&
+ "build-demos=true" "build-demos=false" &&
config_query_option GTK4_OPTS "Build examples?" "n" \
"build-examples=true" "build-examples=false" &&
config_query_option GTK4_OPTS "Build tests?" "n" \
- "build-tests=true" "build-test=false" &&
+ "build-tests=true" "build-tests=false" &&
if list_find "${GTK4_OPTS}" "build-tests=true"; then
config_query_option GTK4_OPTS "Install tests?" "n" \
diff --git a/x11-toolkits/gtk+4/HISTORY b/x11-toolkits/gtk+4/HISTORY
index 182bf78620..258c29dc24 100644
--- a/x11-toolkits/gtk+4/HISTORY
+++ b/x11-toolkits/gtk+4/HISTORY
@@ -1,3 +1,6 @@
+2019-01-23 Pavel Vinogradov <public@sourcemage.org>
+ * CONFIGURE: fixed typos
+
2019-01-22 Pavel Vinogradov <public@sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: created spell