summaryrefslogtreecommitdiff
path: root/plugins/a11y-keyboard/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2024-08-15plugins: add missing x11 linker flagsorbea1-0/+2
Many of the plugins depend on the libX11 and libXi linker flags, but they are missing. With GNU libtool the -no-undefined flag is silently ignored so the build succeeds, but with slibtool is correctly sets -Wl,--no-undefined in the linker flags. Gentoo issue: https://bugs.gentoo.org/922326
2020-08-08a11y-keyboard: Don't create a dummy object if AT-SPI is not availableColomban Wendling1-4/+11
Instead guard the caller to only use it if available.
2020-08-08a11y-keyboard: Add support for ringing the bell when CapsLock is activeColomban Wendling1-0/+4
2020-06-27add git.mk to generate .gitignoretamplan1-0/+2
2020-04-06use MATE_COMPILE_WARNINGS from mate-commonrbuj1-5/+9
2019-08-30switch to use gettextWu Xiaotian1-3/+4
2019-07-11plugins: drop libXxf86 dependencyraveit651-1/+0
The X server hasn't implemented it in over 10 years. and it was dropped from debian since a long time. fixes https://github.com/mate-desktop/mate-settings-daemon/issues/284
2013-02-18use libnotify 0.7, not libmatenotifyElan Ruusamäe1-2/+2
2012-02-21gsd to msd complete rename patch by NiceandGently; code changes commithaxar1-11/+11
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+87