diff options
author | David Tardon <dtardon@redhat.com> | 2017-11-24 10:43:04 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-11-24 14:37:16 +0100 |
commit | b6d246ea170c076edea66107af2543ebc0782638 (patch) | |
tree | 7293261c90c6289f76de9f1d983d1c62b481dc83 /config_host.mk.in | |
parent | c79afbe1b0db8aa2d810c3fa57dac902d973807f (diff) |
fix build with system gpgmepp
Change-Id: If0c81f5095b61d41b90db2e596bf5905b15ab506
Reviewed-on: https://gerrit.libreoffice.org/45210
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 0b9528fa6569..804d18766ad3 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -127,6 +127,7 @@ export ENABLE_EVOAB2=@ENABLE_EVOAB2@ export ENABLE_FIREBIRD_SDBC=@ENABLE_FIREBIRD_SDBC@ export ENABLE_FORMULA_LOGGER=@ENABLE_FORMULA_LOGGER@ export ENABLE_GIO=@ENABLE_GIO@ +export ENABLE_GPGMEPP=@ENABLE_GPGMEPP@ export ENABLE_GSTREAMER_0_10=@ENABLE_GSTREAMER_0_10@ export ENABLE_GSTREAMER_1_0=@ENABLE_GSTREAMER_1_0@ export ENABLE_GTK3=@ENABLE_GTK3@ |