summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* buildsys: Build vdagentd as pie + relro when possibleHans de Goede2013-07-031-0/+32
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Prepare for 0.14.0 releasespice-vdagent-0.14.0Hans de Goede2013-04-121-1/+1
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Add manpages for spice-vdagent and spice-vdagentd (rhbz#948511)Hans de Goede2013-04-121-0/+2
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* configure.ac: Bump spice-protocol requires to 0.12.5Hans de Goede2013-03-061-1/+1
| | | | | | This is needed for file-xfer support. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* configure: Add build dependency on glibriegamaths@gmail.com2013-02-211-0/+1
| | | | Signed-off-by: Dunrong Huang <riegamaths@gmail.com>
* Prepare for 0.12.1 releasespice-vdagent-0.12.1Hans de Goede2013-01-081-1/+1
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Buildsys: Add default CFLAGS to be used when no CFLAGS are specifiedHans de Goede2013-01-081-0/+15
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* randr: Use XRRGetScreenResourcesCurrent (rhbz#888821)Hans de Goede2013-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | Using XRRGetScreenResources, causes the X-server to actively check for new monitors, which generates Xrandr events even if nothing is changed, which causes gnome-setting-manager to muck with the settings, racing with the agent doing the same. XRRGetScreenResourcesCurrent OTOH simply returns the last known settings without any polling of the hardware and matching events being involved. So use XRRGetScreenResourcesCurrent instead of XRRGetScreenResources, with one exception. When the number of monitors is changed, so some outputs are enabled or disabled, then the hardware polling is necessary to properly reflect the connected / disconnected state in xrandr. This requires Xrandr >= 1.3, note that since 0.12.0 we already depended on >= 1.2 anyways, this patch raises the requirement to 1.3 and makes it explict. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Prepare for 0.12.0 releasespice-vdagent-0.12.0Hans de Goede2012-09-011-1/+1
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Add --with-init-script with systemd supportMarc-André Lureau2012-08-241-1/+46
|
* Prepare for 0.10.1 releasespice-vdagent-0.10.1Hans de Goede2012-03-271-1/+1
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* configure: fix reporting of session-info typeHans de Goede2012-03-201-0/+2
| | | | | | | Report none instead of auto when session-info was set to auto and no session-info libs are found. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* vdagentd: Add support for libsystemd-loginHans de Goede2012-03-201-9/+58
| | | | | | | This allows us to get session information on new systemd enabled distros, which no longer come with consolekit. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* configure: static-uinput should be disabled by default!Hans de Goede2012-03-191-1/+1
| | | | Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Add a --enable-static-uinput optionHans de Goede2012-01-101-0/+11
| | | | | | | | This makes spice-vdagentd create the tablet uinput device once and then keep it around forever. This is necessary for X-servers without hotplug support, such as the RHEL-5 X-server. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* buildsys: Lower autoconf requiresHans de Goede2012-01-101-1/+2
| | | | | | So that autogen.sh can run on RHEL-5 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Lower autoconf require to 2.63Hans de Goede2011-10-031-1/+1
| | | | | | 2.63 (which RHEL-6 has) works fine too for our purposes. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* vdagentd: Autogenerate a Xinerama xorg.conf for multi monitor setupsHans de Goede2011-09-261-1/+11
| | | | | | The autogenerated file will get written as /etc/X11/xorg.conf.spice Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Make mouse handling multiple monitor aware.Hans de Goede2011-09-231-1/+1
| | | | | | | | Actually send monitor info from the session agent to the system agent daemon, and use this information in vdagentd-uinput to properly generate events for events originating from different monitors on the client. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Change VDAGENTD_GUEST_XORG_RESOLUTION message to work with multiple monitorsHans de Goede2011-09-221-1/+1
| | | | | | | | And also bump the version (a bit early in the cycle), since this breaks protocol compatibility between the system level agentd daemon and the per session agent process. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* Prepare for a 0.8.1 releasespice-vdagent-0.8.1Hans de Goede2011-07-181-1/+1
|
* Prepare for a 0.8.0 releasespice-vdagent-0.8.0Hans de Goede2011-04-191-2/+2
|
* make console-kit use optionalChristophe Fergeau2011-04-041-2/+13
| | | | | | | | On older distributions (namely RHEL5), console-kit is not available. This patch makes console-kit use optional, though this means vd_agentd won't handle properly user-switching. This patch makes it always use the first client vdagent, or none if multiple agents connect.
* autotools: add autotools supportChristophe Fergeau2011-04-041-0/+22