Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 701098 | Differences between
and this patch

Collapse All | Expand All

(-)a/gegl/Makefile.am (-1 / +1 lines)
Lines 61-67 pkgconfig_DATA = libmypaint-gegl-@LIBMYPAINT_API_PLATFORM_VERSION@.pc Link Here
61
## libmypaint-gegl ##
61
## libmypaint-gegl ##
62
lib_LTLIBRARIES = libmypaint-gegl-@LIBMYPAINT_API_PLATFORM_VERSION@.la
62
lib_LTLIBRARIES = libmypaint-gegl-@LIBMYPAINT_API_PLATFORM_VERSION@.la
63
63
64
libmypaint_gegl_publicdir = $(includedir)/libmypaint-gegl
64
libmypaint_gegl_publicdir = $(includedir)/libmypaint-gegl-@LIBMYPAINT_API_PLATFORM_VERSION@
65
65
66
libmypaint_gegl_public_HEADERS = \
66
libmypaint_gegl_public_HEADERS = \
67
	$(libmypaint_gegl_introspectable_headers)
67
	$(libmypaint_gegl_introspectable_headers)
(-)a/gegl/libmypaint-gegl.pc.in (-2 / +1 lines)
Lines 7-11 Name: libmypaint Link Here
7
Description: MyPaint brush engine library, with GEGL integration.
7
Description: MyPaint brush engine library, with GEGL integration.
8
Version: @LIBMYPAINT_VERSION@
8
Version: @LIBMYPAINT_VERSION@
9
Requires: gegl-0.4 libmypaint-@LIBMYPAINT_API_PLATFORM_VERSION@
9
Requires: gegl-0.4 libmypaint-@LIBMYPAINT_API_PLATFORM_VERSION@
10
Cflags: -I${includedir}/libmypaint-gegl
10
Cflags: -I${includedir}/libmypaint-gegl-@LIBMYPAINT_API_PLATFORM_VERSION@
11
Libs: -L${libdir} -lmypaint-gegl
11
Libs: -L${libdir} -lmypaint-gegl
12
- 

Return to bug 701098