summaryrefslogtreecommitdiff
path: root/contrib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* dedicated gnome-ssk-askpass3 sourceDamien Miller2021-04-101-2/+2
| | | | | | | | | | | | | Compatibility with Wayland requires that we use the gdk_seat_grab() API for grabbing mouse/keyboard, however these API don't exist in Gtk+2. This branches gnome-ssk-askpass2.c => gnome-ssk-askpass3.c and makes the changes to use the gdk_seat_grab() instead of grabbing mouse/focus separately via GDK. In the future, we can also use the branched file to avoid some API that has been soft-deprecated in GTK+3, e.g. gtk_widget_modify_fg
* gnome-ssh-askpass3 is a valid target hereDamien Miller2021-03-291-1/+1
|
* Add a gnome-ssh-askpass3 target for GTK+3 versionDamien Miller2016-12-061-1/+6
| | | | Based on patch from Colin Watson via bz#2640
* include CFLAGS in gnome askpass targetsDamien Miller2014-12-181-2/+2
| | | | from Fedora
* - (dtucker) [configure.ac contrib/Makefile] bz#1996: use AC_PATH_TOOL to findDarren Tucker2012-05-191-2/+4
| | | | | pkg-config so it does the right thing when cross-compiling. Patch from cjwatson at debian org.
* - (dtucker) Bug #1725: explicitly link libX11 into gnome-ssh-askpass2 usingDarren Tucker2010-03-261-1/+1
| | | | pkg-config, patch from Colin Watson. Needed for newer linkers (ie gold).
* grrr, cut n' pasteDamien Miller2002-09-301-5/+0
|
* - (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, tweak READMEDamien Miller2002-09-301-0/+20