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 /Makefile.in | |
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 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f855dd27d8..b5da5caaa8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -60,6 +60,7 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \ xbmc/main/posix/MessagePrinter.a \ xbmc/media/media.a \ xbmc/messaging/messaging.a \ + xbmc/messaging/helpers/messagingHelpers.a \ xbmc/music/dialogs/musicdialogs.a \ xbmc/music/infoscanner/musicscanner.a \ xbmc/music/karaoke/karaoke.a \ |