diff options
| author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-07-05 19:34:48 +0000 |
|---|---|---|
| committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-07-05 19:34:48 +0000 |
| commit | e93fccc8fea52ac6044c102027e5b2b189dc2bc8 (patch) | |
| tree | c6a3480b73d57e133a8bf093ac04f2d704071e20 /packages/Makefile.fpc | |
| parent | dd32a720ffb74b7b40410b29bf77ba1a76c566a1 (diff) | |
| download | fpc-e93fccc8fea52ac6044c102027e5b2b189dc2bc8.tar.gz | |
o patch by Martin Sucha for pangocairo:
* makes gtk2 package depend on cairo package
* adds required definitions to glib and pango
* adds pangocairo library bindings
* changes cairo external library name from cairo to libcairo-2
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13365 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile.fpc')
| -rw-r--r-- | packages/Makefile.fpc | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index e91c76312f..25b72538ae 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -227,11 +227,11 @@ gtk1_smart: x11_smart opengl_smart gtk1_release: x11_release opengl_release gtk1_shared: x11_shared opengl_shared -gtk2_all: x11_all -gtk2_shared: x11_shared -gtk2_smart: x11_smart -gtk2_debug: x11_debug -gtk2_release: x11_release +gtk2_all: x11_all cairo_all +gtk2_shared: x11_shared cairo_shared +gtk2_smart: x11_smart cairo_smart +gtk2_debug: x11_debug cairo_debug +gtk2_release: x11_release cairo_release else ifeq ($(findstring $(OS_TARGET),os2 emx),) gtk1_all: opengl_all @@ -240,6 +240,12 @@ gtk1_smart: opengl_smart gtk1_release: opengl_release gtk1_shared: opengl_shared endif + +gtk2_all: cairo_all +gtk2_shared: cairo_shared +gtk2_smart: cairo_smart +gtk2_debug: cairo_debug +gtk2_release: cairo_release endif imlib_all: gtk1_all x11_all |
