[Spice-commits] Branch '0.8' - 2 commits - configure.ac server/red_parse_qxl.c
Hans de Goede
jwrdegoede at kemper.freedesktop.org
Fri Jan 21 12:26:40 PST 2011
configure.ac | 3 ---
server/red_parse_qxl.c | 12 ++++++------
2 files changed, 6 insertions(+), 9 deletions(-)
New commits:
commit 5c4fb478257a3adb7c875b4e77b6b4771540433c
Author: Hans de Goede <hdegoede at redhat.com>
Date: Fri Jan 21 15:35:54 2011 +0100
Update license header for server/red_parse_qxl.c
This one mistakenly had a GPL header rather then an LGPL header.
diff --git a/server/red_parse_qxl.c b/server/red_parse_qxl.c
index ab01d63..48b6c40 100644
--- a/server/red_parse_qxl.c
+++ b/server/red_parse_qxl.c
@@ -2,18 +2,18 @@
/*
Copyright (C) 2009,2010 Red Hat, Inc.
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation; either version 2 of
- the License, or (at your option) any later version.
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <stdbool.h>
commit 7e790a2659be109c5c617d3d031ada7a90c814bd
Author: Hans de Goede <hdegoede at redhat.com>
Date: Fri Jan 21 15:16:11 2011 +0100
Drop unnecessary X11 and alsa requires from spice-server.pc
diff --git a/configure.ac b/configure.ac
index 3d62568..79f5ddf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,6 @@ SPICE_REQUIRES+=" celt051 >= 0.5.1.1"
PKG_CHECK_MODULES(ALSA, alsa)
AC_SUBST(ALSA_CFLAGS)
AC_SUBST(ALSA_LIBS)
-SPICE_REQUIRES+=" alsa"
PKG_CHECK_MODULES(SSL, openssl)
AC_SUBST(SSL_CFLAGS)
@@ -240,7 +239,6 @@ PKG_CHECK_MODULES(XRANDR, xrandr)
PKG_CHECK_MODULES(XFIXES, xfixes)
AC_SUBST(XRANDR_CFLAGS)
AC_SUBST(XRANDR_LIBS)
-SPICE_REQUIRES+=" xrandr xfixes"
PKG_CHECK_MODULES(XRANDR12,
xrandr >= 1.2,
@@ -255,7 +253,6 @@ fi
PKG_CHECK_MODULES(MISC_X, x11 xext xrender)
AC_SUBST(MISC_X_CFLAGS)
AC_SUBST(MISC_X_LIBS)
-SPICE_REQUIRES+=" x11 xext xrender"
# Add parameter for (partial) static linkage of spice client.
# this is used to achive single binary package for all (?) distros.
More information about the Spice-commits
mailing list