summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused pixmaps and references to pixmapdirStasiek Michalski2019-08-061-5/+0
|
* configure: bump to 3.33.43.33.4Ray Strode2019-07-221-1/+1
|
* configure: make auto goo more gooeyRay Strode2019-07-221-0/+1
| | | | the goo, oh, the goo.
* GdmLocalDisplayFactory: Store VT number, not tty identifierIain Lane2019-05-291-3/+3
| | | | This makes the code a fair bit simpler.
* configure: bump to 3.32.03.32.0Ray Strode2019-03-131-1/+1
|
* configure: bump to 3.31.913.31.91Ray Strode2019-02-261-1/+1
|
* configure: bump to 3.31.43.31.4Ray Strode2019-01-071-1/+1
|
* configure: bump to 3.30.23.30.2Ray Strode2018-11-061-1/+1
|
* configure: bump to 3.30.13.30.1test2Ray Strode2018-09-251-1/+1
|
* autogoo: make udev rules dir configurableBin Li2018-09-051-1/+10
| | | | | | | | | | | | | | | | | | | | | | Different distributions place udev rules in different locations (depending on whether or not /usr is a symlink to /) That means the location needs to be configurable. This commit adds a new ./configure argument, --with-udevdir that allows distributions to specify where udev looks for its data files. By default it pulls the answer from pkg-config. This commit also fixes `make distcheck` when run by an unprivileged user by disabling udev rule installation entirely during distcheck. Small changes by Ray Strode. Closes https://gitlab.gnome.org/GNOME/gdm/merge_requests/44
* configure: bump to 3.30.03.30.0Ray Strode2018-09-041-1/+1
|
* configure: bump to 3.29.923.29.92Ray Strode2018-08-311-1/+1
|
* configure: bump to 3.29.913.29.91Ray Strode2018-08-131-1/+1
|
* configure: bump to 3.29.903.29.90Ray Strode2018-08-031-1/+1
|
* autogoo: add foreign to AC_INITRay Strode2018-07-231-1/+1
| | | | | autogoo is still oozing from the docs changes, try again to plug up the holes and fix the build.
* configure.ac: Remove duplicate sys/sockio.h check.Niels De Graef2018-06-251-1/+0
|
* configure.ac: remove setpenv check.Niels De Graef2018-06-251-18/+0
| | | | It's nowhere used in the code, so we can safely remove it.
* configure.ac: Remove XInput check.Niels De Graef2018-06-251-31/+0
| | | | It's no longer used anywhere, so we can safely remove it.
* configure.ac: Remove Xft check.Niels De Graef2018-06-251-9/+0
| | | | It's no longer used.
* configure.ac: Remove logindevperm.h check.Niels De Graef2018-06-251-6/+0
| | | | We no longer provide this, so we can safely remove it.
* configure.ac: remove libgen.h check.Niels De Graef2018-06-251-6/+0
| | | | It's not used anyway.
* configure.ac: Remove execinfo.h check.wip/nielsdg/remove-execinfoNiels De Graef2018-06-241-6/+0
| | | | | The backtrace() call is no longer being used and as such, neither is the execinfo header.
* configure.ac: update GLib version to 2.44.Niels De Graef2018-06-241-1/+1
| | | | | Note that this just follows from the fact that we're using stuff like g_autoptr().
* Remove mkdtemp() and its wrappers.Niels De Graef2018-06-241-10/+0
| | | | GLib has provided a wrapper for this with g_mkdtemp() since 2.30.
* configure.ac: remove split-authentication option.wip/nielsdg/remove-split-authNiels De Graef2018-06-241-10/+0
| | | | This was no longer used anywhere, so we can safely remove it.
* Migrate from intltool to gettext.wip/nielsdg/intltool2gettextNiels De Graef2018-06-121-1/+2
|
* configure: bump to 3.29.13.29.1Ray Strode2018-05-161-1/+1
|
* configure: update to 3.28.03.28.0Ray Strode2018-03-131-1/+1
|
* configure: bump to 3.27.923.27.92Ray Strode2018-03-071-1/+1
|
* configure: bump to 3.27.913.27.91Ray Strode2018-02-201-1/+1
|
* configure: bump to 3.27.903.27.90Ray Strode2018-02-121-1/+1
|
* Remove obsolete references to XNEST from the build systemLaurent Bigonville2018-02-121-37/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=764567
* common: Support runtime configurationsFelix Zhang2018-02-121-0/+18
| | | | | | | Add runtime configuration file /run/gdm/custom.conf, making device dependent configurations possible. https://bugzilla.gnome.org/show_bug.cgi?id=789081
* configure.ac: bump to 3.27.43.27.4Ray Strode2018-01-081-1/+1
|
* configure: bump to 3.27.33.27.3Ray Strode2017-12-131-1/+1
|
* daemon: introduce pam extension mechanismRay Strode2017-10-201-0/+11
| | | | | | | | | | | | | | | | | This abuses PAM_BINARY_PROMPT for our own nefarious purposes. The way it works is GDM advertises what "extensions" it supports with the environment variable, GDM_SUPPORTED_PAM_EXTENSIONS (a space separated list of reverse dns notation names). PAM services that support this protocol, will read the environment variable, and check for extension strings they support. They then know that sending PAM_BINARY_PROMPT won't blow up, and know what format to use for the binary data. The type field of the structure is the index of the string from the environment variable. This commit is just foundation work. It doesn't actually add any extensions. https://bugzilla.gnome.org/show_bug.cgi?id=788851
* configure: bump to 3.26.13.26.1Ray Strode2017-10-031-1/+1
|
* configure: bump to 3.26.03.26.0Ray Strode2017-09-121-1/+1
|
* configure: bump to 3.25.923.25.92Ray Strode2017-09-081-1/+1
|
* configure: bump to 3.25.903.25.90Ray Strode2017-08-101-1/+1
|
* configure: bump to 3.25.4.13.25.4.1Ray Strode2017-07-191-1/+1
|
* configure: bump to 3.25.43.25.4Ray Strode2017-07-191-1/+1
|
* configure: bump to 3.25.33.25.3Ray Strode2017-06-221-1/+1
|
* build-goo: fix distcheckRay Strode2017-06-221-0/+2
|
* configure: bump to 3.24.13.24.1Ray Strode2017-04-121-1/+1
|
* Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGSSam Spilsbury2017-04-031-1/+1
| | | | | | | Since automake 1.11.2 it is recommended that packages use AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGS as the latter is intended to be a user variable.
* configure: bump to 3.24.03.24.0Ray Strode2017-03-201-1/+1
|
* configure: bump to 3.23.923.23.92Ray Strode2017-03-131-1/+1
|
* manager: be more robust against autologin having an invalid userMichael Catanzaro2017-03-101-1/+1
| | | | | | | If the configured autologin user does not exist, fall back to a greeter session. https://bugzilla.gnome.org/show_bug.cgi?id=695250
* configure: bump to 3.23.91.13.23.91.1Ray Strode2017-03-061-1/+1
|