summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-05-17 23:05:06 -0700
committerKeith Packard <keithp@keithp.com>2017-05-17 23:05:06 -0700
commit49092afa24182dd72bb11cc5eac756a871182d30 (patch)
tree53a95df20fa2fb64a6b070415166fbb60b17db1b /Makefile
parenta695f807289cec3c29caf5cc7ddf39eea8167f66 (diff)
Add code to use VK_KEITHP_kms_display extension
Open the DRM render node for now; we'll get a lease later on. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 475c788..91544e4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ GLSV=glslangValidator
SPV=cube-vert.spv cube-frag.spv
-CFLAGS=-O0 -g -DVK_USE_PLATFORM_XCB_KHR -I/local/xorg/include
+CFLAGS=-O0 -g -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_KMS_KEITHP -I/local/xorg/include -I/local/xorg/include/libdrm
all: $(TARGET) $(SPV)