summaryrefslogtreecommitdiff
path: root/jpeg
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-06-04 17:18:13 +0200
committerDavid Tardon <dtardon@redhat.com>2013-06-05 13:01:51 +0200
commit8465cb8e98b9293090e116a8ddef99e0004902a4 (patch)
tree20b6819b421f5fa62a10e9b9e76f21de356518e5 /jpeg
parentedc20ac89b753e6fdfbeae5cb0cbc0976a10e7f4 (diff)
there are no _inc packages anymore
Change-Id: Ib4142ce331abc2fd5bb1f2ecec7cb8100ce7c78d
Diffstat (limited to 'jpeg')
-rw-r--r--jpeg/StaticLibrary_jpeg.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/jpeg/StaticLibrary_jpeg.mk b/jpeg/StaticLibrary_jpeg.mk
index d3430bab2734..c70f81cf834e 100644
--- a/jpeg/StaticLibrary_jpeg.mk
+++ b/jpeg/StaticLibrary_jpeg.mk
@@ -11,10 +11,13 @@ $(eval $(call gb_StaticLibrary_StaticLibrary,jpeg))
$(eval $(call gb_StaticLibrary_set_warnings_not_errors,jpeg))
-$(eval $(call gb_StaticLibrary_use_package,jpeg,jpeg_inc))
-
$(eval $(call gb_StaticLibrary_use_unpacked,jpeg,jpeg))
+$(eval $(call gb_StaticLibrary_set_include,jpeg,\
+ -I$(call gb_UnpackedTarball_get_dir,jpeg) \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_StaticLibrary_add_generated_cobjects,jpeg,\
UnpackedTarball/jpeg/jaricom \
UnpackedTarball/jpeg/jcapimin \