[Spice-commits] 2 commits - configure.ac server/red_parse_qxl.c
Hans de Goede
jwrdegoede at kemper.freedesktop.org
Fri Jan 21 12:21:56 PST 2011
configure.ac | 3 ---
server/red_parse_qxl.c | 12 ++++++------
2 files changed, 6 insertions(+), 9 deletions(-)
New commits:
commit c29e4f9dd852231f04877ea700f0c3686f4500f3
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 3bc702c6db7bef83126224a3c3d96950a2aa42b1
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 0c26b92..9b5385d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,6 @@ if test "$os_linux" = yes; then
PKG_CHECK_MODULES(ALSA, alsa)
AC_SUBST(ALSA_CFLAGS)
AC_SUBST(ALSA_LIBS)
- SPICE_REQUIRES+=" alsa"
fi
PKG_CHECK_MODULES(SSL, openssl)
@@ -247,7 +246,6 @@ if test "$red_target" = "x11"; then
PKG_CHECK_MODULES(XFIXES, xfixes)
AC_SUBST(XRANDR_CFLAGS)
AC_SUBST(XRANDR_LIBS)
- SPICE_REQUIRES+=" xrandr xfixes"
PKG_CHECK_MODULES(XRANDR12,
xrandr >= 1.2,
@@ -266,7 +264,6 @@ if test "$red_target" = "x11"; then
PKG_CHECK_MODULES(MISC_X, x11 xext xrender)
AC_SUBST(MISC_X_CFLAGS)
AC_SUBST(MISC_X_LIBS)
- SPICE_REQUIRES+=" x11 xext xrender"
fi
# Add parameter for (partial) static linkage of spice client.
More information about the Spice-commits
mailing list