diff options
author | David Reveman <davidr@novell.com> | 2004-04-09 14:19:47 +0000 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2004-04-09 14:19:47 +0000 |
commit | 73df0e81cb6a5d43a1325f4722a7236bd554738f (patch) | |
tree | 1856e38877155f9d117281beacc64773b5bcc397 /cairo.pc.in | |
parent | f713fe43cf18c221a840caab710dfdb25aaf6898 (diff) |
Added OpenGL surface backend
Diffstat (limited to 'cairo.pc.in')
-rw-r--r-- | cairo.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo.pc.in b/cairo.pc.in index 316e6f33..c67dc05c 100644 --- a/cairo.pc.in +++ b/cairo.pc.in @@ -7,7 +7,7 @@ Name: cairo Description: Multi-platform 2D graphics library Version: @VERSION@ -Requires: fontconfig libpixman @XRENDER_REQUIRES@ @PNG_REQUIRES@ +Requires: fontconfig libpixman @XRENDER_REQUIRES@ @PNG_REQUIRES@ @GL_REQUIRES@ Libs: -L${libdir} -lcairo -lm @XRENDER_LIBS@ @PS_LIBS@ @FREETYPE_LIBS@ Cflags: -I${includedir} @FREETYPE_CFLAGS@ |