From 77b74fc32b308895ec280634242cabb82f80c27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 29 Jan 2016 01:16:29 +0100 Subject: [PATCH] recipes-libreoffice: enable postgresql support/packageconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-libreoffice/libreoffice/libreoffice.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-libreoffice/libreoffice/libreoffice.bb b/recipes-libreoffice/libreoffice/libreoffice.bb index 5741406..fb25499 100644 --- a/recipes-libreoffice/libreoffice/libreoffice.bb +++ b/recipes-libreoffice/libreoffice/libreoffice.bb @@ -10,6 +10,7 @@ SRC_URI += " \ file://0009-add-a-new-gb_Rdb_get_target_for_build_native-and-use.patch \ file://0010-make-sure-that-gengal-uses-native-libraries.patch \ file://0014-Package.mk-workaround-icu-missing-error-for-without-.patch \ + file://0015-configure.ac-avoid-finding-calling-pg_config.patch \ " DEPENDS += " \ @@ -92,7 +93,6 @@ EXTRA_OECONF += " \ --enable-verbose \ --without-java \ \ - --disable-postgresql-sdbc \ --disable-collada \ --disable-coinmp \ --enable-python=system \ @@ -147,12 +147,14 @@ EXTRA_OECONF += " \ PACKAGECONFIG ??= " \ gtk \ mariadb \ + postgresql \ " PACKAGECONFIG[gtk] = "--enable-gtk , --disable-gtk, gtk+ cairo" PACKAGECONFIG[gtk3] = "--enable-gtk3 , --disable-gtk3, gtk+3 cairo" PACKAGECONFIG[mariadb] = "--enable-ext-mariadb-connector --enable-bundle-mariadb --with-system-mariadb, --disable-ext-mariadb-connector --disable-bundle-mariadb, mariadb" +PACKAGECONFIG[postgresql] = "--enable-postgresql-sdbc --with-system-postgresql, --disable-postgresql-sdbc, postgresql" do_configure() { olddir=`pwd`