Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2016-03-03 18:11:42 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-03-03 18:13:26 +0300
commit6f1331b2e6bfe0acc90dbf2b7d188acc874a5793 (patch)
tree433358183bd3716183356b98f86e81a093a25225 /scripts/mklic.pl
parent93427affdeeafb0b4aebd79bafc30970d8f39584 (diff)
GlobalShortcutWin: Exclude XInput devices from DirectInput.
This adds a dependency on a small library, XInputCheck, which is a function abstracted away from SDL. All it does is check whether a given DirectInput guidProduct is an XInput device.
Diffstat (limited to 'scripts/mklic.pl')
-rwxr-xr-xscripts/mklic.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index b0c1b8fdf..ee3689475 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -78,7 +78,8 @@ my @thirdPartyLicenses = (
["licenseQtTranslations", "../src/mumble/qttranslations/LICENSE",
"Additional Qt translations", "https://www.virtualbox.org/ticket/2018", "USING_BUNDLED_QT_TRANSLATIONS"],
["licenseFilterSvg", "../icons/filter.txt", "filter.svg icon", "https://commons.wikimedia.org/wiki/File:Filter.svg"],
- ["licenseEmojiOne", "../3rdPartyLicenses/cc_by_sa_40_legalcode.txt", "Emoji One artwork", "http://emojione.com/"]
+ ["licenseEmojiOne", "../3rdPartyLicenses/cc_by_sa_40_legalcode.txt", "Emoji One artwork", "http://emojione.com/"],
+ ["licenseXInputCheck", "../3rdparty/xinputcheck-src/COPYING.txt", "XInputCheck (SDL_IsXInput function)", "https://www.libsdl.org/"]
);
# Print 3rd party licenses