aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-04-01 08:46:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-04-01 08:48:39 +0000
commitee1cd6954725e6927f833ee630df9b3d3bdfc680 (patch)
treeaf41eaf3e150e9ec931793eb822d7d76ad064e6c
parentdd6176271c522101d71800aa58cccce32495bfbc (diff)
lang/gjs: drop redundant MESON_ARGS after 3507fb3e4ec9
PR: 270361 Exp-run by: antoine
-rw-r--r--lang/gjs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile
index abb0da48a273..dbc3b34e50ae 100644
--- a/lang/gjs/Makefile
+++ b/lang/gjs/Makefile
@@ -22,9 +22,7 @@ USES= compiler:c++11-lib gettext gnome \
localbase meson pkgconfig python:build readline tar:xz xorg
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection
USE_XORG= x11 xext
-MESON_ARGS= -Dcairo=enabled \
- -Dreadline=enabled \
- -Dprofiler=disabled \
+MESON_ARGS= -Dprofiler=disabled \
-Dinstalled_tests=false
USE_LDCONFIG= yes