summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-05-15 16:04:31 +0200
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 16:14:21 +0100
commit0c99c1c2cafabf72b7cb32fc313441e52fd2876a (patch)
tree2cde382ce7cfe84bf19ef92aeeced41019d60cd5 /config_host.mk.in
parentfbf2e9f733e1e5b6c9d2cdada0317c89c1a3b71f (diff)
gallery: allow disabling the from-source build in configure
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 7f755cd463b8..1b7ee43f32d2 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -546,6 +546,7 @@ export WITH_EXTRA_GALLERY=@WITH_EXTRA_GALLERY@
export WITH_EXTRA_SAMPLE=@WITH_EXTRA_SAMPLE@
export WITH_EXTRA_TEMPLATE=@WITH_EXTRA_TEMPLATE@
export WITH_FONTS=@WITH_FONTS@
+export WITH_GALLERY_BUILD=@WITH_GALLERY_BUILD@
export WITH_GSSAPI=@WITH_GSSAPI@
export WITH_HELPPACK_INTEGRATION=@WITH_HELPPACK_INTEGRATION@
export WITH_KRB5=@WITH_KRB5@