|
@@ -144,6 +144,13 @@ else
|
|
SYSTEMD_CONF_OPTS += -Dgcrypt=false
|
|
SYSTEMD_CONF_OPTS += -Dgcrypt=false
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_PCRE2),y)
|
|
|
|
+SYSTEMD_DEPENDENCIES += pcre2
|
|
|
|
+SYSTEMD_CONF_OPTS += -Dpcre2=true
|
|
|
|
+else
|
|
|
|
+SYSTEMD_CONF_OPTS += -Dpcre2=false
|
|
|
|
+endif
|
|
|
|
+
|
|
ifeq ($(BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY),y)
|
|
ifeq ($(BR2_PACKAGE_SYSTEMD_JOURNAL_GATEWAY),y)
|
|
SYSTEMD_DEPENDENCIES += libmicrohttpd
|
|
SYSTEMD_DEPENDENCIES += libmicrohttpd
|
|
SYSTEMD_CONF_OPTS += -Dmicrohttpd=true
|
|
SYSTEMD_CONF_OPTS += -Dmicrohttpd=true
|