summaryrefslogtreecommitdiff
path: root/external/epoxy
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-02 13:07:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-11-02 13:07:34 +0100
commitfff7097f1ed8493de099d79aa0613ea6b309100a (patch)
treeed5d5d3aa8db416d31cb027a214687c0af658a9b /external/epoxy
parent83c81ca9d80f3d997861ee7a0cfb8f7ce620a3bb (diff)
Use gb_UnpackedTarball_get_dir
Change-Id: I931f0d95cad0a63d344c84d89ba7c80f14be8ec9
Diffstat (limited to 'external/epoxy')
-rw-r--r--external/epoxy/Library_epoxy.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/external/epoxy/Library_epoxy.mk b/external/epoxy/Library_epoxy.mk
index 1b1d28b68d79..d27d8deec920 100644
--- a/external/epoxy/Library_epoxy.mk
+++ b/external/epoxy/Library_epoxy.mk
@@ -14,8 +14,8 @@ $(eval $(call gb_Library_use_unpacked,epoxy,epoxy))
$(eval $(call gb_Library_set_warnings_not_errors,epoxy))
$(eval $(call gb_Library_set_include,epoxy,\
- -I$(WORKDIR)/UnpackedTarball/epoxy/include \
- -I$(WORKDIR)/UnpackedTarball/epoxy/src \
+ -I$(call gb_UnpackedTarball_get_dir,epoxy)/include \
+ -I$(call gb_UnpackedTarball_get_dir,epoxy)/src \
$$(INCLUDE) \
))