diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-12-30 01:08:07 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-12-30 01:08:07 +0800 |
commit | 391ea68671d594ed4a1ee5f1f885e17d9eadc6dd (patch) | |
tree | 8ae637b61c77d3719a7cda27fe56548213ede559 /gsk | |
parent | 3cb6868e193db6461f56c1a1836de4d5d5cf925c (diff) | |
download | gtk+-391ea68671d594ed4a1ee5f1f885e17d9eadc6dd.tar.gz |
Visual Studio builds: Include Vulkan sources in GSK
...but disable them for now. Configs will be added for the projects to
support Vulkan-enabled builds which will then enable the builds of these
sources. Extra commands and items will be needed for the GSK resources
along with ensuring GSK_RENDERER_GSK being defined for the build of GDK,
GDK-Win32 and GSK so that the builds of Vulkan-enabled builds can be done
properly.
Filter out the Vulkan sources from the 'dist hook' rules in
gsk/Makefile.am as we don't want to in turn include them twice in the
projects when the 'make dist' is performed on a system with Vulkan
builds enabled.
Diffstat (limited to 'gsk')
-rw-r--r-- | gsk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsk/Makefile.am b/gsk/Makefile.am index 31dc094eba..922c727f6d 100644 --- a/gsk/Makefile.am +++ b/gsk/Makefile.am @@ -211,7 +211,7 @@ endif MSVCPROJS = gsk-4 gsk_4_FILES = $(all_sources) $(gsk_built_source_c) -gsk_4_EXCLUDES = dummy +gsk_4_EXCLUDES = gskvulkan*.c gsk_4_HEADERS_DIR = $(gskincludedir) gsk_4_HEADERS_INST = $(gskinclude_HEADERS) gsk_4_HEADERS_EXCLUDES = dummy |