diff options
author | Shubham Goyal <22shubh22@gmail.com> | 2019-05-28 12:49:07 +0530 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-07-02 12:09:30 +0200 |
commit | b4141cade04dac0c9d47293313a4521282975f12 (patch) | |
tree | 123d0d5e053cf9209d74f7458b2b4e07f2b13a01 /Makefile.fetch | |
parent | 5d22b9a022f8c98b6b215860ce45b52aea41633e (diff) |
bundle external: qrcodegen
The bundle helps to generate QR code in LO.
Change-Id: Iaa9225a72d15806c929d30951cefd3f3fee8960e
Reviewed-on: https://gerrit.libreoffice.org/73302
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 522a4e22bc72..d8d63cbb9523 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -167,6 +167,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,LXML,LXML_TARBALL) \ $(call fetch_Optional,MARIADB_CONNECTOR_C,MARIADB_CONNECTOR_C_TARBALL) \ $(call fetch_Optional,MDDS,MDDS_TARBALL) \ + $(call fetch_Optional,QRCODEGEN,QRCODEGEN_TARBALL) \ $(call fetch_Optional,MDNSRESPONDER,MDNSRESPONDER_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_CALADEA_TARBALL) \ $(call fetch_Optional,MORE_FONTS,FONT_CARLITO_TARBALL) \ |