X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=ad54356f8889277ec3799a731fd54a5dc4927236;hb=dea8e7fb07888959f9ea4f361744ba6b47e8bf9d;hp=91d6a7adb31212eb0c1c66780504f1c98911c96a;hpb=a89faa2022fd995af2019c886b152b49a01f9392;p=mesa.git diff --git a/src/Makefile.am b/src/Makefile.am index 91d6a7adb31..ad54356f888 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,7 +74,7 @@ endif # include only conditionally ? SUBDIRS += compiler -if HAVE_GALLIUM_RADEON_COMMON +if HAVE_AMD_DRIVERS SUBDIRS += amd endif @@ -115,17 +115,27 @@ if HAVE_INTEL_DRIVERS SUBDIRS += intel/tools endif +if HAVE_VULKAN_COMMON +SUBDIRS += vulkan/wsi +endif + ## Requires the i965 compiler (part of mesa) and wayland-drm if HAVE_INTEL_VULKAN SUBDIRS += intel/vulkan endif +# Requires wayland-drm +if HAVE_RADEON_VULKAN +SUBDIRS += amd/vulkan +endif + if HAVE_GALLIUM SUBDIRS += gallium endif EXTRA_DIST = \ - getopt hgl SConscript + getopt hgl SConscript \ + $(top_srcdir)/include/GL/mesa_glinterop.h AM_CFLAGS = $(VISIBILITY_CFLAGS) AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)