diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-12-11 21:17:32 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-12-14 08:44:07 -0800 |
commit | 96bb1d4cfd8d178059b17aa13cf4dee6d64c43a5 (patch) | |
tree | 47476df7c63a79339c29e5ef80252d85a0d05b16 /.gitmodules | |
parent | ca8ddb51ac7efc2ec93b635a08bee46576fa5cb7 (diff) | |
download | xrdp-proprietary-96bb1d4cfd8d178059b17aa13cf4dee6d64c43a5.tar.gz xrdp-proprietary-96bb1d4cfd8d178059b17aa13cf4dee6d64c43a5.zip |
Add libpainter submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d7a14511..281ee599 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = librfxcodec url = https://github.com/neutrinolabs/librfxcodec.git +[submodule "libpainter"] + path = libpainter + url = https://github.com/neutrinolabs/libpainter.git + branch = devel |