Merge pull request #1480 from RyanDwyer/noop-header

Add noop.h to include/wlr/backend/meson.build
This commit is contained in:
emersion 2019-01-19 12:55:52 +01:00 committed by GitHub
commit f04a725925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ install_headers(
'interface.h',
'libinput.h',
'multi.h',
'noop.h',
'session.h',
'wayland.h',
subdir: 'wlr/backend',