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.
 
 
 
 
 
 

21 lines
795 B

Index: libcroco-0.6.pc
--- libcroco-0.6.pc.orig 2012-10-16 00:56:52.000000000 +0200
+++ libcroco-0.6.pc 2013-09-14 19:47:17.382360368 +0200
@@ -8,4 +8,4 @@
Description: a CSS2 Parsing and manipulation Library in C.
Requires: glib-2.0 libxml-2.0
Libs: -L${libdir} -lcroco-0.6
-Cflags: -I${includedir}/libcroco-0.6
+Cflags: -I${includedir}/libcroco
Index: src/Makefile.in
--- src/Makefile.in.orig 2012-10-16 00:56:33.000000000 +0200
+++ src/Makefile.in 2013-09-14 19:47:58.299081512 +0200
@@ -301,7 +301,7 @@
@PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
#Headers files to be distributed
-crocoincdir = $(includedir)/$(PACKAGE)-$(LIBCROCO_MAJOR_VERSION).$(LIBCROCO_MINOR_VERSION)/libcroco
+crocoincdir = $(includedir)/libcroco
crocoinc_HEADERS = \
libcroco.h \
cr-additional-sel.h \