Mesa (master): vulkan/wsi: fix out of tree build.

Dave Airlie airlied at kemper.freedesktop.org
Wed Oct 19 00:54:59 UTC 2016


Module: Mesa
Branch: master
Commit: 1ec5e6e7020f6f3abd02ff55a6a44b840b9eefa2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ec5e6e7020f6f3abd02ff55a6a44b840b9eefa2

Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Oct 19 10:53:51 2016 +1000

vulkan/wsi: fix out of tree build.

---

 src/vulkan/wsi/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vulkan/wsi/Makefile.am b/src/vulkan/wsi/Makefile.am
index 50a7401..a712799 100644
--- a/src/vulkan/wsi/Makefile.am
+++ b/src/vulkan/wsi/Makefile.am
@@ -8,7 +8,7 @@ noinst_LTLIBRARIES = libvulkan_wsi.la
 AM_CPPFLAGS = \
 	$(DEFINES) \
 	-I$(top_srcdir)/include \
-	-I$(top_builddir)/src \
+	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/gallium/auxiliary \
 	-I$(top_srcdir)/src/gallium/include
 




More information about the mesa-commit mailing list