diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-10-19 20:45:56 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-11-13 16:41:19 +0100 |
commit | ea17ab00a35ee84ec4e7bd116bd964dcfcd1603a (patch) | |
tree | d375854c839595fee55a7985055bfb17688ff626 /.gitmodules | |
parent | 6f7429d86d314a5ba22538ec14a092ea64b83cbc (diff) | |
download | gnome-settings-daemon-ea17ab00a35ee84ec4e7bd116bd964dcfcd1603a.tar.gz |
Use libgnome-volume-control from a submodule
To be shared with gnome-control-center and gnome-shell
https://bugzilla.gnome.org/show_bug.cgi?id=686492
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..b193825f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "plugins/media-keys/gvc"] + path = plugins/media-keys/gvc + url = git://git.gnome.org/libgnome-volume-control |