diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-12-05 18:34:44 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-12-06 02:39:37 +0100 |
commit | 2488ea55e9355cbfc15b2da4138661f0a0362c86 (patch) | |
tree | 7c0b103eabf36ff658cf1801b31c1373c7733c11 /Makefile.fetch | |
parent | 2392238e480ecc1d1a5e2e69789e79c10f142d6c (diff) |
Revert "gpg4libre: add glib2 dependency for Windows"
As it turns out, gpgme works perfectly fine w/o glib (though it
really wants it configured out of the box)
This reverts commit daee5fc5569c1807f5c8dae502d305eb06141e8b.
Change-Id: I60002bf3b524696eeae397a26c280a67dcdbfd7a
Reviewed-on: https://gerrit.libreoffice.org/45908
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index a88a508b3fcb..3944ac75c7b2 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -128,7 +128,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_$(gb_Side).mk $(SRCDIR)/download.lst $(S $(call fetch_Optional,FREETYPE,FREETYPE_TARBALL) \ $(call fetch_Optional,EPOXY,EPOXY_TARBALL) \ $(call fetch_Optional,GLM,GLM_TARBALL) \ - $(call fetch_Optional,GLIB2,GLIB2_TARBALL) \ $(call fetch_Optional,GPGMEPP,GPGME_TARBALL) \ $(call fetch_Optional,GRAPHITE,GRAPHITE_TARBALL) \ $(call fetch_Optional,HARFBUZZ,HARFBUZZ_TARBALL) \ |