diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-11-02 13:07:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-11-02 13:07:34 +0100 |
commit | fff7097f1ed8493de099d79aa0613ea6b309100a (patch) | |
tree | ed5d5d3aa8db416d31cb027a214687c0af658a9b /external/pdfium/Library_pdfium.mk | |
parent | 83c81ca9d80f3d997861ee7a0cfb8f7ce620a3bb (diff) |
Use gb_UnpackedTarball_get_dir
Change-Id: I931f0d95cad0a63d344c84d89ba7c80f14be8ec9
Diffstat (limited to 'external/pdfium/Library_pdfium.mk')
-rw-r--r-- | external/pdfium/Library_pdfium.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/external/pdfium/Library_pdfium.mk b/external/pdfium/Library_pdfium.mk index 5ae29a937344..9bc2d67b400f 100644 --- a/external/pdfium/Library_pdfium.mk +++ b/external/pdfium/Library_pdfium.mk @@ -14,8 +14,8 @@ $(eval $(call gb_Library_use_unpacked,pdfium,pdfium)) $(eval $(call gb_Library_set_warnings_not_errors,pdfium)) $(eval $(call gb_Library_set_include,pdfium,\ - -I$(WORKDIR)/UnpackedTarball/pdfium \ - -I$(WORKDIR)/UnpackedTarball/pdfium/third_party \ + -I$(call gb_UnpackedTarball_get_dir,pdfium) \ + -I$(call gb_UnpackedTarball_get_dir,pdfium)/third_party \ $$(INCLUDE) \ )) @@ -554,8 +554,8 @@ $(eval $(call gb_Library_add_defs,pdfium,\ else $(eval $(call gb_Library_set_include,pdfium,\ - -I$(WORKDIR)/UnpackedTarball/pdfium/third_party/freetype/include/ \ - -I$(WORKDIR)/UnpackedTarball/pdfium/third_party/freetype/src/include/ \ + -I$(call gb_UnpackedTarball_get_dir,pdfium)/third_party/freetype/include/ \ + -I$(call gb_UnpackedTarball_get_dir,pdfium)/third_party/freetype/src/include/ \ $$(INCLUDE) \ )) |