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.
25 lines
729 B
25 lines
729 B
Index: pangoxsl.pc.in |
|
--- pangoxsl.pc.in.orig 2004-10-11 01:44:38 +0200 |
|
+++ pangoxsl.pc.in 2006-02-26 09:18:08 +0100 |
|
@@ -1,7 +1,7 @@ |
|
prefix=@prefix@ |
|
exec_prefix=@exec_prefix@ |
|
-pkglibdir=@libdir@/@PACKAGE@ |
|
-pkgincludedir=@includedir@/@PACKAGE@ |
|
+pkglibdir=@libdir@ |
|
+pkgincludedir=@includedir@ |
|
|
|
Name: PangoXSL |
|
Description: Additional XSL properties support for Pango |
|
Index: pangoxsl/Makefile.in |
|
--- pangoxsl/Makefile.in.orig 2006-02-10 22:24:30 +0100 |
|
+++ pangoxsl/Makefile.in 2006-02-26 09:21:18 +0100 |
|
@@ -235,7 +235,7 @@ |
|
$(PANGO_LIBS) \ |
|
$(GLIB_LIBS) |
|
|
|
-libpangoxsl_1_0_includedir = $(pkgincludedir)/pangoxsl |
|
+libpangoxsl_1_0_includedir = $(pkgincludedir) |
|
libpangoxsl_1_0_include_HEADERS = \ |
|
pango-xsl-attributes.h |
|
|
|
|