diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-05-15 16:04:31 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-05-15 16:14:21 +0100 |
commit | 0c99c1c2cafabf72b7cb32fc313441e52fd2876a (patch) | |
tree | 2cde382ce7cfe84bf19ef92aeeced41019d60cd5 /extras | |
parent | fbf2e9f733e1e5b6c9d2cdada0317c89c1a3b71f (diff) |
gallery: allow disabling the from-source build in configure
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
Diffstat (limited to 'extras')
-rw-r--r-- | extras/Module_extras.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk index e7a3c0b8da71..b8429d80ff1a 100644 --- a/extras/Module_extras.mk +++ b/extras/Module_extras.mk @@ -43,7 +43,7 @@ $(eval $(call gb_Module_add_targets,extras,\ Package_wordbook \ )) -ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) +ifeq ($(WITH_GALLERY_BUILD),YES) $(eval $(call gb_Module_add_targets,extras,\ Gallery_arrows \ Gallery_computers \ |