utils: install all the headers
BUG: 479068
This commit is contained in:
parent
429b421dd4
commit
58a2a3cf81
1 changed files with 22 additions and 0 deletions
|
@ -512,7 +512,29 @@ install(FILES
|
|||
DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kwin/core COMPONENT Devel)
|
||||
|
||||
install(FILES
|
||||
utils/abstract_opengl_context_attribute_builder.h
|
||||
utils/c_ptr.h
|
||||
utils/common.h
|
||||
utils/damagejournal.h
|
||||
utils/drm_format_helper.h
|
||||
utils/edid.h
|
||||
utils/egl_context_attribute_builder.h
|
||||
utils/executable_path.h
|
||||
utils/filedescriptor.h
|
||||
utils/kernel.h
|
||||
utils/memorymap.h
|
||||
utils/orientationsensor.h
|
||||
utils/ramfile.h
|
||||
utils/realtime.h
|
||||
utils/resource.h
|
||||
utils/serviceutils.h
|
||||
utils/softwarevsyncmonitor.h
|
||||
utils/subsurfacemonitor.h
|
||||
utils/udev.h
|
||||
utils/version.h
|
||||
utils/vsyncmonitor.h
|
||||
utils/xcbutils.h
|
||||
utils/xcursortheme.h
|
||||
DESTINATION ${KDE_INSTALL_INCLUDEDIR}/kwin/utils COMPONENT Devel)
|
||||
|
||||
install(FILES
|
||||
|
|
Loading…
Reference in a new issue