Changed modesetting interface.

This commit is contained in:
Scott Anderson 2017-05-03 22:40:19 +12:00
parent d196a79b6c
commit ef9768858e
6 changed files with 218 additions and 225 deletions

View file

@ -1,3 +1,7 @@
include_directories(
${DRM_INCLUDE_DIRS}
)
add_executable(example
main.c
)