aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* release 0.99.5.00.99.5.0release-buildsmainMike Gabriel2024-02-061-1/+1
|
* release 0.99.4.60.99.4.6Mike Gabriel2023-12-061-1/+1
|
* release 0.99.4.50.99.4.5Mike Gabriel2023-12-041-1/+1
|
* release 0.99.4.40.99.4.4Mike Gabriel2023-11-201-1/+1
|
* release 0.99.4.30.99.4.3Mike Gabriel2023-11-101-1/+1
|
* release 0.99.4.20.99.4.2Mike Gabriel2023-11-071-1/+1
|
* release 0.99.4.10.99.4.1Mike Gabriel2023-11-071-1/+1
|
* release 0.99.4.00.99.4.0Mike Gabriel2023-10-131-1/+1
|
* configure.ac: Drop auto-recognition of GTK library, default to GTK-3.Mike Gabriel2023-09-151-16/+10
|
* configure.ac: add --disable-gtk4 flag.Mihai Moldovan2023-09-121-17/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the HAVE_GTK_4_0 macro has been enabled whenever GTK 4 development files were found on the system. We keep that behavior, and actually modify the build system to actually build and link against GTK 4, but also add a new configure flag --disable-gtk4 that disables GTK 4 usage. The logic goes like that: - If --disable-gtk4 has not been provided, configure will first look for GTK 4 and use that if available, otherwise fall back to GTK+ 3. - If --disable-gtk4 has been provided, GTK 4 detection is skipped and only GTK+ 3 is detected. - If --enable-gtk4 has been provided, configure will check for GTK 4 and not fall back to GTK+ 3, but error out if GTK 4 has not been found. Note that making GTK 4 the default might not be the best option currently, because the greeter does not build against GTK 4, but is paving the way for the future. For now, users will have to use --disable-gtk4, up until all code has been fully ported to support GTK 4. Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/56
* configure.ac: pass INDICATORDIR down to automake.Mihai Moldovan2023-05-031-0/+1
| | | | | Not sure if this is strictly necessary, but it probably does not hurt to have it in any case.
* release 0.99.3.00.99.3.0Mike Gabriel2023-03-011-1/+1
|
* release 0.99.2.00.99.2.0Mike Gabriel2023-02-061-1/+1
|
* Revert "release 0.99.2.0"Mike Gabriel2023-02-061-1/+1
| | | | This reverts commit a4322160b191d22d25b211e64a7748a14ed69a81.
* release 0.99.2.0Mike Gabriel2023-02-061-1/+1
|
* src/: add util.vala, wrapping a GTK 3 function for use within vala.Mihai Moldovan2023-02-061-0/+10
| | | | | | | Since this function is only needed for and available in GTK 3, add configure checks for GTK 4.0 and higher as well. We will use this function later on.
* configure.ac: Show summary of build parameters at end of configure.Mike Gabriel2022-06-261-0/+28
|
* guest-session: Make path to lightdm-guest-session executable adaptable to ↵Mike Gabriel2021-04-121-0/+15
| | | | | | the lightdm package this greeter is co-installed with. Fixes ArcticaProject/arctica-greeter#15.
* release 0.99.1.50.99.1.5Mike Gabriel2021-02-051-1/+1
|
* release 0.99.1.40.99.1.4Mike Gabriel2019-12-021-1/+1
|
* release 0.99.1.30.99.1.3Mike Gabriel2019-03-171-1/+1
|
* release 0.99.1.20.99.1.2Mike Gabriel2019-03-171-1/+1
|
* release 0.99.1.10.99.1.1Mike Gabriel2019-02-061-1/+1
|
* release 0.99.1.00.99.1.0Mike Gabriel2018-05-071-1/+1
|
* src/user-list.vala: Obtain PAM_FREERDP2 prompts from public API in ↵Mike Gabriel2018-05-041-1/+2
| | | | security/pam-freerdp2.h.
* src/user-list.vala: Obtain PAM_X2GO prompts from public API in ↵Mike Gabriel2018-05-041-0/+6
| | | | security/pam.x2go.h.
* release 0.99.0.40.99.0.4Mike Gabriel2018-03-161-1/+1
|
* release 0.99.0.30.99.0.3Mike Gabriel2018-02-281-1/+1
|
* release 0.99.0.20.99.0.2Mike Gabriel2017-11-281-1/+1
|
* Fix prompt display in gtk3 > 3.20 (ported from slick-greeter)Michael Webster2017-06-201-0/+10
|
* configure.ac: Stop automake from whining, set subdir-objects flag.Mike Gabriel2017-06-161-1/+1
|
* Switch to using MATE's Settings Daemon.Mike Gabriel2017-04-291-5/+5
|
* Use valgrind to make build logs bigger help in triaging FTBFS problems.Robert Ancell2017-04-181-0/+3
|
* Build against Ayatana Indicators instead of Ubuntu Inidicators.Mike Gabriel2015-11-071-3/+4
|
* Drop optionally using unity-settings-daemon with Arctica Greeter.Mike Gabriel2015-10-261-11/+3
|
* Drop the idea of using mate-settings-daemon on non-Ubuntu systems, use ↵Mike Gabriel2015-10-261-6/+6
| | | | gnome-settings-daemon instead.
* Rebase against Unity Greeter from Ubuntu 15.04Mike Gabriel2015-09-211-2/+2
|
* Rebase against unity from Ubuntu 15.04Mike Gabriel2015-09-211-1/+1
|
* Make arctica-greeter build on Debian and Ubuntu alike.Mike Gabriel2015-09-211-4/+22
|
* Make arctica-greeter build against Debian unstable _and_ Ubuntu (and ↵Mike Gabriel2015-09-211-5/+6
| | | | probably break at runtime).
* Set upstream version to 0.99.0.1Mike Gabriel2015-09-191-1/+1
|
* fork unity-greeter as arctica-greeterMike Gabriel2015-09-191-3/+3
|
* Imported Upstream version 14.04.10Mike Gabriel2014-11-021-0/+65