[Spice-devel] [PATCH] client: support clipboard/selection-owner model
Arnon Gilboa
agilboa at redhat.com
Sun Sep 26 01:37:35 PDT 2010
Right, Thanks Hans!
Hans de Goede wrote:
> Hi,
>
> I've applied this patch to my local git repo to be able to work
> on copy and paste support in the Linux agent, and it needs the following
> patch on top to compile the linux client successfully:
>
> diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
> index 2a83473..f570a10 100644
> --- a/client/x11/Makefile.am
> +++ b/client/x11/Makefile.am
> @@ -22,7 +22,7 @@ INCLUDES = \
> $(CELT051_CFLAGS) \
> $(SSL_CFLAGS) \
> $(XRANDR_CFLAGS) \
> - $(XFIXES_LIBS) \
> + $(XFIXES_CFLAGS) \
> $(MISC_X_CFLAGS) \
> $(CEGUI_CFLAGS) \
> $(WARN_CFLAGS) \
> @@ -203,6 +203,7 @@ spicec_LDADD =
> $(ALSA_LIBS) \
> $(GL_LIBS) \
> $(XRANDR_LIBS) \
> + $(XFIXES_LIBS) \
> $(MISC_X_LIBS) \
> $(CEGUI_LIBS) \
> -lrt
>
>
> Regards,
>
> Hans
More information about the Spice-devel
mailing list