From f65c2dd2a0f9404f850ffcbc2a5d6df9dfd2c970 Mon Sep 17 00:00:00 2001 From: Drew Moseley Date: Thu, 2 Apr 2020 19:53:32 +0000 Subject: [PATCH] libreoffice: Remove non-existent configure option for mariadb. This was removed from libreoffice in https://cgit.freedesktop.org/libreoffice/core/commit/?id=26b40fcfc67480e75bd9959b0c5cb9db10fdf6a1 Signed-off-by: Drew Moseley --- recipes-libreoffice/libreoffice/libreoffice.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index 2e389a1..437f8fc 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -144,7 +144,7 @@ PACKAGECONFIG[gtk3] = "--enable-gtk3 , --disable-gtk3, gtk+3 cairo" PACKAGECONFIG[avahi] = "--enable-avahi, --disable-avahi, avahi" PACKAGECONFIG[odk] = "--enable-odk, --disable-odk" -PACKAGECONFIG[mariadb] = "--with-system-mariadb, --disable-ext-mariadb-connector, mariadb" +PACKAGECONFIG[mariadb] = "--with-system-mariadb, , mariadb" PACKAGECONFIG[postgresql] = "--enable-postgresql-sdbc --with-system-postgresql, --disable-postgresql-sdbc, postgresql" do_configure() {