You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
2.4 KiB
71 lines
2.4 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../xorg-server/pixman-0.9.4.patch |
|
# Copyright (C) 2007 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or 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. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
--- ./configure.orig 2007-08-31 10:48:19.000000000 -0400 |
|
+++ ./configure 2007-08-31 10:49:26.000000000 -0400 |
|
@@ -27805,7 +27805,7 @@ |
|
XEXT_LIB='$(top_builddir)/Xext/libXext.la' |
|
XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la' |
|
|
|
-PIXMAN="pixman >= 0.9.2" |
|
+PIXMAN="pixman-1 >= 0.9.4" |
|
|
|
REQUIRED_MODULES="randrproto >= 1.2 renderproto fixesproto >= 4.0 damageproto >= 1.1 xcmiscproto xextproto xproto >= 7.0.9 xtrans scrnsaverproto >= 1.1 bigreqsproto resourceproto fontsproto inputproto >= 1.4.2 kbproto >= 1.0.3" |
|
REQUIRED_LIBS="xfont xau fontenc $PIXMAN" |
|
--- ./fb/fb.h.orig 2007-08-31 10:55:07.000000000 -0400 |
|
+++ ./fb/fb.h 2007-08-31 11:01:43.000000000 -0400 |
|
@@ -26,7 +26,7 @@ |
|
#define _FB_H_ |
|
|
|
#include <X11/X.h> |
|
-#include <pixman/pixman.h> |
|
+#include <pixman-1/pixman.h> |
|
|
|
#include "scrnintstr.h" |
|
#include "pixmap.h" |
|
--- ./mi/miregion.c.orig 2007-08-31 10:55:07.000000000 -0400 |
|
+++ ./mi/miregion.c 2007-08-31 11:01:43.000000000 -0400 |
|
@@ -85,7 +85,7 @@ |
|
#include "gc.h" |
|
#include "mi.h" |
|
#include "mispans.h" |
|
-#include <pixman/pixman.h> |
|
+#include <pixman-1/pixman.h> |
|
|
|
#undef assert |
|
#ifdef DEBUG |
|
--- ./render/picture.h.orig 2007-08-31 10:55:07.000000000 -0400 |
|
+++ ./render/picture.h 2007-08-31 11:01:43.000000000 -0400 |
|
@@ -25,7 +25,7 @@ |
|
#ifndef _PICTURE_H_ |
|
#define _PICTURE_H_ |
|
|
|
-#include <pixman/pixman.h> |
|
+#include <pixman-1/pixman.h> |
|
|
|
typedef struct _DirectFormat *DirectFormatPtr; |
|
typedef struct _PictFormat *PictFormatPtr; |
|
--- ./include/miscstruct.h.orig 2007-08-31 10:55:07.000000000 -0400 |
|
+++ ./include/miscstruct.h 2007-08-31 11:01:43.000000000 -0400 |
|
@@ -51,7 +51,7 @@ |
|
#include "misc.h" |
|
#include <X11/Xprotostr.h> |
|
#include "gc.h" |
|
-#include <pixman/pixman.h> |
|
+#include <pixman-1/pixman.h> |
|
|
|
typedef xPoint DDXPointRec; |
|
|
|
|