aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAlwin Esch <alwin.esch@web.de>2017-05-31 18:40:32 +0200
committerAlwin Esch <alwin.esch@web.de>2017-05-31 18:40:32 +0200
commit2c9f1a18a9045c2bc24b1e602769dd1872dde054 (patch)
tree9d57c31b847ee594bd23118c194766e39a672b88 /cmake
parent81df4ad49fe8ac5b4780dd33dbd28b25c91e1aeb (diff)
[addons] add first step of gui on addon interface
This add the first parts of gui related addon callback parts to new style. There becomes standard functions and the dialogs added. On next request comes the controls list item and window.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/scripts/linux/Install.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake
index 54a0abd2e6..613a989649 100644
--- a/cmake/scripts/linux/Install.cmake
+++ b/cmake/scripts/linux/Install.cmake
@@ -154,6 +154,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxPac
${CMAKE_SOURCE_DIR}/xbmc/cores/VideoPlayer/DVDDemuxers/DemuxCrypto.h
${CMAKE_SOURCE_DIR}/xbmc/cores/AudioEngine/Utils/AEChannelData.h
${CMAKE_SOURCE_DIR}/xbmc/filesystem/IFileTypes.h
+ ${CMAKE_SOURCE_DIR}/xbmc/input/ActionIDs.h
${CMAKE_SOURCE_DIR}/xbmc/input/XBMC_vkeys.h
DESTINATION ${includedir}/${APP_NAME_LC}
COMPONENT kodi-addon-dev)