diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2015-08-13 16:45:28 +0200 |
---|---|---|
committer | Pär Björklund <per.bjorklund@gmail.com> | 2015-09-10 20:43:01 +0200 |
commit | 6219b4604670cdba8d27b96be2dc4bfbc0156d10 (patch) | |
tree | 12e9d298de56918577fd4c380de601ffceaef513 /configure.ac | |
parent | 0b16adeb2808b342807b70e7df4720fe875ded95 (diff) |
Add the ability to open dialogyesno by sending a threadmessage.
Added two helper methods to make this easier in KODI::MESSAGING::HELPERS namespace
Changed all non-gui code to use this method instead to get rid of one gui include.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3fe91734af..9aa736677d 100644 --- a/configure.ac +++ b/configure.ac @@ -2374,6 +2374,7 @@ OUTPUT_FILES="Makefile \ xbmc/cores/omxplayer/Makefile \ xbmc/cores/playercorefactory/Makefile \ xbmc/messaging/Makefile \ + xbmc/messaging/helpers/Makefile \ xbmc/music/karaoke/Makefile \ xbmc/osx/Makefile \ xbmc/guilib/Makefile \ |