diff options
author | Victor Kareh <[email protected]> | 2019-08-11 18:32:45 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-11 19:35:04 +0200 |
commit | 1a920c723d2a4c446dc9c4c628cb3904f942a116 (patch) | |
tree | 980d8da669d6771e1d6130b27fab5ba7085e5bf8 /data/Makefile.am | |
parent | 96e46794a82bf4b2a3edce4502f09f1c4ec85678 (diff) | |
download | mate-settings-daemon-1a920c723d2a4c446dc9c4c628cb3904f942a116.tar.bz2 mate-settings-daemon-1a920c723d2a4c446dc9c4c628cb3904f942a116.tar.xz |
Add remaining peripheral schemas from mate-desktop
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 33764fd..3fad838 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -3,6 +3,7 @@ NULL = msd_gschemas_in = \ org.mate.applications-at.gschema.xml.in \ org.mate.font-rendering.gschema.xml.in \ + org.mate.peripherals-keyboard.gschema.xml.in \ org.mate.peripherals-mouse.gschema.xml.in \ org.mate.peripherals-smartcard.gschema.xml.in \ org.mate.peripherals-touchpad.gschema.xml.in \ |