summaryrefslogtreecommitdiffstats
path: root/http/webkitgtk3/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'http/webkitgtk3/DEPENDS')
-rwxr-xr-xhttp/webkitgtk3/DEPENDS33
1 files changed, 21 insertions, 12 deletions
diff --git a/http/webkitgtk3/DEPENDS b/http/webkitgtk3/DEPENDS
index f21b438374..1b55fbc1a0 100755
--- a/http/webkitgtk3/DEPENDS
+++ b/http/webkitgtk3/DEPENDS
@@ -19,7 +19,7 @@ depends freetype2 &&
depends -sub ICU harfbuzz &&
depends cairo &&
depends pango &&
-depends gtk+3 -DPORT=GTK &&
+depends gtk+3 "-DPORT=GTK" &&
depends gdk-pixbuf2 &&
depends libsoup &&
depends at-spi2-core &&
@@ -36,37 +36,46 @@ if [[ ${SMGL_COMPAT_ARCHS[1]} == "x86_64" ]]; then
fi &&
optional_depends enchant \
- -DENABLE_SPELLCHECK={ON,OFF} \
+ "-DENABLE_SPELLCHECK=ON" \
+ "-DENABLE_SPELLCHECK=OFF" \
"Enable spellchecking support?" &&
+optional_depends hyphen \
+ "-DUSE_LIBHYPHEN=ON" \
+ "-DUSE_LIBHYPHEN=OFF" \
+ "Enable default automatic hyphenation?"
+
optional_depends libsecret \
- -DENABLE_CREDENTIAL_STORAGE={1,0} \
+ "-DENABLE_CREDENTIAL_STORAGE=1" \
+ "-DENABLE_CREDENTIAL_STORAGE=0" \
"Enable support for credential storage?" &&
-optional_depends gobject-introspection "" "" \
+optional_depends gobject-introspection \
+ "-DENABLE_INTROSPECTION=ON" \
+ "-DENABLE_INTROSPECTION=OFF" \
"Enable GObject introspection?" &&
optional_depends geoclue \
- -DENABLE_GEOLOCATION={ON,OFF} \
+ "-DENABLE_GEOLOCATION=ON" \
+ "-DENABLE_GEOLOCATION=OFF" \
"Enable geolocation support?" &&
optional_depends gstreamer-1.0 \
"-DENABLE_WEB_AUDIO=ON -DENABLE_VIDEO=ON" \
"-DENABLE_WEB_AUDIO=OFF -DENABLE_VIDEO=OFF" \
- "Enable support for enable HTML5 video and Web Audio?" &&
+ "Enable support for HTML5 video and Web Audio?" &&
if is_depends_enabled $SPELL gstreamer-1.0 ; then
depends gst-plugins-base-1.0
fi &&
optional_depends upower \
- -DENABLE_BATTERY_STATUS={ON,OFF} \
+ "-DENABLE_BATTERY_STATUS=ON" \
+ "-DENABLE_BATTERY_STATUS=OFF" \
"Enable support for Battery Status API?" &&
optional_depends gtk-doc \
- -DENABLE_GTKDOC={ON,OFF} \
- "Build documentation with gtk-doc?" &&
+ "-DENABLE_GTKDOC=ON" \
+ "-DENABLE_GTKDOC=OFF" \
+ "Build documentation with gtk-doc?"
-optional_depends gobject-introspection \
- -DENABLE_INTROSPECTION={ON,OFF} \
- "Enable introspection?"