~ubuntu-branches/ubuntu/precise/clutter-1.0/precise

« back to all changes in this revision

Viewing changes to debian/patches/fix_soname_infix_in_cogl_pc_file.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-06-14 15:42:20 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20110614154220-tx3wzg90gppl2zqw
Tags: 1.6.16-0ubuntu1
* Resynchronize on Debian
* New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Description: add some description
2
 
## Origin/Author: add some origin or author
3
 
## Bug: bug URL
4
 
Index: clutter-1.0-1.6.14/clutter/cogl/cogl/cogl.pc.in
5
 
===================================================================
6
 
--- clutter-1.0-1.6.14.orig/clutter/cogl/cogl/cogl.pc.in        2011-04-13 16:20:50.033513076 +0300
7
 
+++ clutter-1.0-1.6.14/clutter/cogl/cogl/cogl.pc.in     2011-04-13 16:20:47.181498942 +0300
8
 
@@ -3,6 +3,7 @@
9
 
 libdir=@libdir@
10
 
 includedir=@includedir@
11
 
 apiversion=@CLUTTER_API_VERSION@
12
 
+soname_infix=@CLUTTER_SONAME_INFIX@
13
 
 requires=@CLUTTER_FRONTEND_REQUIRES@
14
 
 backend=@COGL_WINSYS@ #only kept for backward compatability
15
 
 winsys=@COGL_WINSYS@
16
 
@@ -12,6 +13,6 @@
17
 
 Name: COGL
18
 
 Description: Clutter GL abstraction library (${winsys}/${driver} backend)
19
 
 Version: @VERSION@
20
 
-Libs: -L${libdir} -lclutter-${winsys}-${apiversion}
21
 
+Libs: -L${libdir} -lclutter-${soname_infix}-${apiversion}
22
 
 Cflags: -I${includedir}/clutter-${apiversion}
23
 
 Requires: ${requires}