|
@@ -63,6 +63,13 @@ else
|
|
WPEWEBKIT_CONF_OPTS += -DUSE_WOFF2=OFF
|
|
WPEWEBKIT_CONF_OPTS += -DUSE_WOFF2=OFF
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_INIT_SYSTEMD),y)
|
|
|
|
+WPEWEBKIT_CONF_OPTS += -DUSE_SYSTEMD=ON
|
|
|
|
+WPEWEBKIT_DEPENDENCIES += systemd
|
|
|
|
+else
|
|
|
|
+WPEWEBKIT_CONF_OPTS += -DUSE_SYSTEMD=OFF
|
|
|
|
+endif
|
|
|
|
+
|
|
# JIT is not supported for MIPS r6, but the WebKit build system does not
|
|
# JIT is not supported for MIPS r6, but the WebKit build system does not
|
|
# have a check for these processors. The same goes for ARMv5 and ARMv6.
|
|
# have a check for these processors. The same goes for ARMv5 and ARMv6.
|
|
# Disable JIT forcibly here and use the CLoop interpreter instead.
|
|
# Disable JIT forcibly here and use the CLoop interpreter instead.
|