summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-11-12 07:08:26 +0200
committerTor Lillqvist <tml@collabora.com>2015-11-12 07:10:30 +0200
commita0b9baab6d77ef85e64527d6ddc23db2551a9505 (patch)
tree25a2265ea227919e9fc0f5723835dc6c2fc4c42b /RepositoryExternal.mk
parent4b918705f67d0837b56e56d7abac23e6eb21feb4 (diff)
Bin mesa_headers completely
We don't need them in a MSVC or OS X compilation either. Change-Id: I00181fe0a047df09bbdfcce34c07eb2ebc45a2da
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 27e008bac313..31beeb977963 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -37,22 +37,6 @@ endif
# External headers
-ifneq ($(SYSTEM_MESA_HEADERS),)
-
-gb_LinkTarget__use_mesa_headers :=
-
-else # !SYSTEM_MESA_HEADERS
-
-define gb_LinkTarget__use_mesa_headers
-$(call gb_LinkTarget_set_include,$(1),\
- -I$(SRCDIR)/external/Mesa/inc \
- $$(INCLUDE) \
-)
-
-endef
-
-endif # SYSTEM_MESA_HEADERS
-
ifneq ($(SYSTEM_NPAPI_HEADERS),)
# yes this uses internal headers too...