summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2024-02-16release 1.28.0HEADv1.28.0masterraveit651-1/+1
2023-04-15configure.ac: The macro 'AC_HELP_STRING' is obsoleterbuj1-6/+6
2022-11-11release 1.27.0v1.27.0mbkma1-1/+1
2022-06-02build warning: AC_OUTPUT should be used without argumentsrbuj1-1/+2
2021-08-05release 1.26.0v1.26.0raveit651-1/+1
2021-02-24build: allow users to disable gettext support (--disable-nls)rbuj1-1/+4
2021-02-02build: set GETTEXT_PACKAGE=AC_PACKAGE_NAMErbuj1-1/+1
2020-07-09release 1.25.0v1.25.0raveit651-1/+1
2020-06-27use libegg submoduleWu Xiaotian1-2/+3
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-2/+1
2020-04-03build: make libglesv2 optionalrbuj1-1/+14
2020-02-08release 1.24.0v1.24.0raveit651-1/+1
2020-02-06build: show warning flags on configure summaryrbuj1-0/+1
2019-06-22migrate from intltool to gettextWu Xiaotian1-4/+2
2019-06-10Change url project's websiteLaurent Napias1-1/+1
2019-05-06Simplify the installation process of the iconsrbuj1-6/+0
... Making install in icons make[2]: Entering directory '/home/robert/devel/mate-session-manager/data/icons' make[3]: Entering directory '/home/robert/devel/mate-session-manager/data/icons' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/share/icons/hicolor' /usr/bin/mkdir -p '/usr/share/icons/hicolor/48x48/apps' /usr/bin/install -c -m 644 48x48/apps/mate-session-properties.png '/usr/share/icons/hicolor/48x48/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/24x24/apps' /usr/bin/install -c -m 644 24x24/apps/mate-session-properties.png '/usr/share/icons/hicolor/24x24/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/scalable/apps' /usr/bin/install -c -m 644 scalable/apps/mate-session-properties.svg '/usr/share/icons/hicolor/scalable/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/22x22/apps' /usr/bin/install -c -m 644 22x22/apps/mate-session-properties.png '/usr/share/icons/hicolor/22x22/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/16x16/apps' /usr/bin/install -c -m 644 16x16/apps/mate-session-properties.png '/usr/share/icons/hicolor/16x16/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/32x32/apps' /usr/bin/install -c -m 644 32x32/apps/mate-session-properties.png '/usr/share/icons/hicolor/32x32/apps' make install-data-hook make[4]: Entering directory '/home/robert/devel/mate-session-manager/data/icons' Updating Gtk icon cache. gtk-update-icon-cache: Cache file created successfully. ...
2019-04-20pre-bump versionraveit651-1/+1
2019-04-19Add mate_session_check_accelerated helpersrbuj1-0/+3
tools/mate-session-check-accelerated.{c,h} tools/mate-session-check-accelerated-gles-helper.c tools/mate-session-check-accelerated-gl-helper.c based on https://github.com/GNOME/gnome-session/commit/3aafcf0f0129e28b5c52f32284f1164a93867ea3 configure.ac tools/Makefile.am based on: based on https://github.com/GNOME/gnome-session/tree/eeefdc8e1a436d0c58cea756e8a3ea63e59145b5
2019-04-18Remove duplicate check for libelogindVictor Kareh1-5/+3
Also default to no, since elogind is not officially supported.
2019-03-21Add ELOGIND supportVictor Kareh1-0/+29
Reuses HAVE_SYSTEMD #define to reduce #ifdef mess. ELOGIND is not officially supported, but since it's a subset of systemd, it should work out of the box. Co-authored-by: Joakim Tjernlund <[email protected]> Co-authored-by: Jorge Pizarro Callejas <[email protected]>
2019-02-24release 1.22.0v1.22.0raveit651-1/+1
2019-02-08Fix make distcheck fail on debian.Wu Xiaotian1-2/+0
2018-06-17pre-bump versionraveit651-1/+1
2018-01-28release 1.20v1.20.0raveit651-1/+1
2018-01-28require GTK+ 3.22 and GLib 2.50monsta1-8/+2
and drop additional checks for min/max GLib versions, it's not needed
2017-10-27release 1.19.1v1.19.1raveit651-1/+1
2017-03-30pre-bump versionraveit651-1/+1
2017-03-12release 1.18.0v1.18.0raveit651-1/+1
2017-03-05pre-bump versionmonsta1-1/+1
2017-03-05Replace deprecated upower functions with ConsoleKit2 equivalentsSander Sweers1-28/+0
This requires ConsoleKit2 version 0.9.2. + corrections for issues mentioned at https://github.com/mate-desktop/mate-session-manager/pull/133
2017-01-18Bump version to 1.17.1v1.17.1Martin Wimpress1-1/+1
2017-01-18build: check stricter for presence of xtransmonsta1-5/+11
this should ensure that mate-session won't listen to TCP ports. if needed, this check can be disabled using --without-xtrans option. fixes https://github.com/mate-desktop/mate-session-manager/issues/131 adapted from: https://git.gnome.org/browse/gnome-session/commit/?id=aa4c9d125012ae94154ce075d62342b63b41a7d9
2017-01-06release 1.17.0v1.17.0raveit651-1/+1
2016-09-18release 1.16.0v1.16.0raveit651-1/+1
2016-05-26bump version to 1.15.0monsta1-1/+1
2016-05-17require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build optionmonsta1-23/+4
2016-04-05release 1.14.0raveit651-1/+1
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-1/+1
2015-12-13fix warnings about unused variablesMonsta1-1/+1
2015-12-13Merge pull request #110 from oleid/mastermonsta1-1/+6
compile fix for upower 0.99 series
2015-12-04Bump version to 1.12.1monsta1-1/+1
2015-11-14compile fix for upower 0.99 seriesOlaf Leidinger1-1/+6
upower 0.99 has lost support for hibernate and suspend. This leads to undefined references to up_client_get_can_suspend and up_client_get_can_hibernate on my system. This patch removes any call to those functions for upower >= 0.99.
2015-11-11get rid of dependency on libmate-desktopmonsta1-2/+0
this introduces a bit of code duplication but makes m-s-m independent of any MATE packages which rely upon GTK+, and so makes it possible to migrate m-s-m to GTK+3 right away. of course, this change might be reverted in the future (when all of MATE becomes GTK+3 only).
2015-11-08configure.ac: use release version of GTK+3, not pre-release oneMonsta1-1/+1
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-10-06pre-bump version to 1.11.0raveit651-1/+1
2015-10-05fix build issue when using libsystemd-login packageMonsta1-2/+2
2015-10-01fix systemd support that my copy/paste mistake broke in last commitMonsta1-2/+2
2015-10-01configure.ac: add support for new libsystemd libraryMonsta1-1/+3
2015-09-08define max/min version of GLibinfirit1-0/+6