]> git.pld-linux.org Git - packages/vte.git/commitdiff
- fix compilation with Xft2 enabled pango
authorArtur Frysiak <artur@frysiak.net>
Fri, 8 Nov 2002 17:13:04 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vte-Xft2.patch -> 1.1

vte-Xft2.patch [new file with mode: 0644]

diff --git a/vte-Xft2.patch b/vte-Xft2.patch
new file mode 100644 (file)
index 0000000..0357a83
--- /dev/null
@@ -0,0 +1,15 @@
+--- vte-0.10.3/src/vte.c.wiget Fri Nov  8 17:41:48 2002
++++ vte-0.10.3/src/vte.c       Fri Nov  8 17:50:46 2002
+@@ -60,9 +60,11 @@
+ #include "vteaccess.h"
+ #include <X11/Xlib.h>
+ #ifdef HAVE_XFT
++#ifndef HAVE_XFT2
+ #include <X11/Xft/Xft.h>
+-#ifdef HAVE_XFT2
++#else
+ #include <fontconfig/fontconfig.h>
++#include <X11/Xft2/Xft.h>
+ #endif
+ #endif
This page took 0.03391 seconds and 4 git commands to generate.