summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-18 12:51:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-02-18 12:51:41 +0100
commit8d34d36f93c6704b59d95c11f604d3347655f32f (patch)
tree1fc45a60732497848d230a558c198c804f8447ec /RepositoryExternal.mk
parentd967cc35fd0c77d9f3dd0b3d0c7df850db6ec274 (diff)
jpeg-turbo's jconfig.h is only generated during build
Change-Id: I2fd510806212a05c6cad5c3002c4ede032c4f63c
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 31847d38ecec..8ef707471944 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -441,7 +441,7 @@ $(call gb_LinkTarget_set_include,$(1),\
$(call gb_LinkTarget_add_libs,$(1),\
$(call gb_UnpackedTarball_get_dir,jpeg-turbo)/.libs/libjpeg$(gb_StaticLibrary_PLAINEXT) \
)
-$(call gb_LinkTarget_use_external_project,$(1),jpeg-turbo)
+$(call gb_LinkTarget_use_external_project,$(1),jpeg-turbo,full)
endef