mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 12:10:09 +01:00
vulkan: Don't install vk_platform.h or vulkan.h.
These files belong to the vulkan loader. Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
aceae09ef0
commit
045f38a507
1 changed files with 5 additions and 3 deletions
|
|
@ -23,9 +23,11 @@ include Makefile.sources
|
|||
|
||||
vulkan_includedir = $(includedir)/vulkan
|
||||
|
||||
vulkan_include_HEADERS = \
|
||||
noinst_HEADERS = \
|
||||
$(top_srcdir)/include/vulkan/vk_platform.h \
|
||||
$(top_srcdir)/include/vulkan/vulkan.h \
|
||||
$(top_srcdir)/include/vulkan/vulkan.h
|
||||
|
||||
vulkan_include_HEADERS = \
|
||||
$(top_srcdir)/include/vulkan/vulkan_intel.h
|
||||
|
||||
lib_LTLIBRARIES = libvulkan_intel.la
|
||||
|
|
@ -189,7 +191,7 @@ libvulkan_test_la_LIBADD = $(VULKAN_LIB_DEPS)
|
|||
|
||||
include $(top_srcdir)/install-lib-links.mk
|
||||
|
||||
noinst_HEADERS = \
|
||||
noinst_HEADERS += \
|
||||
tests/state_pool_test_helper.h
|
||||
|
||||
LDADD = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue