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.
22 lines
765 B
22 lines
765 B
Index: libcroco-0.6.pc |
|
--- libcroco-0.6.pc.orig 2006-03-05 23:14:56 +0100 |
|
+++ libcroco-0.6.pc 2006-03-06 07:46:06 +0100 |
|
@@ -8,5 +8,5 @@ |
|
Description: a CSS2 Parsing and manipulation Library in C. |
|
Requires: glib-2.0 libxml-2.0 |
|
Libs: -L${exec_prefix}/lib -lcroco-0.6 |
|
-Cflags: -I${prefix}/include/libcroco-0.6 |
|
+Cflags: -I${prefix}/include |
|
|
|
Index: src/Makefile.in |
|
--- src/Makefile.in.orig 2006-03-05 23:14:36 +0100 |
|
+++ src/Makefile.in 2006-03-06 07:48:49 +0100 |
|
@@ -170,7 +170,7 @@ |
|
|
|
#Headers files to be distributed |
|
INSTALL_DIR_NAME = @PACKAGE@-@LIBCROCO_MAJOR_VERSION@.@LIBCROCO_MINOR_VERSION@ |
|
-crocoincdir = $(includedir)/$(INSTALL_DIR_NAME)/libcroco |
|
+crocoincdir = $(includedir)/libcroco |
|
crocoinc_HEADERS = libcroco.h \ |
|
cr-additional-sel.h \ |
|
cr-attr-sel.h \
|
|
|