diff options
author | Keith Packard <keithp@keithp.com> | 2017-05-17 23:05:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-05-17 23:05:06 -0700 |
commit | 49092afa24182dd72bb11cc5eac756a871182d30 (patch) | |
tree | 53a95df20fa2fb64a6b070415166fbb60b17db1b /Makefile | |
parent | a695f807289cec3c29caf5cc7ddf39eea8167f66 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |