summaryrefslogtreecommitdiffstats
path: root/source/l/gtk4/gtk4.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/gtk4/gtk4.SlackBuild')
-rwxr-xr-xsource/l/gtk4/gtk4.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/gtk4/gtk4.SlackBuild b/source/l/gtk4/gtk4.SlackBuild
index dd3b8e748..056257828 100755
--- a/source/l/gtk4/gtk4.SlackBuild
+++ b/source/l/gtk4/gtk4.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2013, 2018, 2020, 2021, 2022 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2013, 2018, 2020, 2021, 2022, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -100,8 +100,8 @@ unshare -n meson setup \
-Dbroadway-backend=true \
-Dbuild-examples=false \
-Dbuild-tests=false \
- -Dinstall-tests=false \
-Dwayland-backend=true \
+ -Dintrospection=enabled \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1