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

Author: Dave Airlie <airl...@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
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to