~ubuntu-branches/ubuntu/oneiric/dconf-qt/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/01_fix_pc_generation.patch

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-07-22 18:59:44 UTC
  • Revision ID: james.westby@ubuntu.com-20110722185944-ybnz3j6vipa7hp3f
Tags: 0.0.0.110722-0ubuntu2
* debian/patches/01_fix_pc_generation.patch:
  - the generated pc file doesn't contain ${includedir} (seems to be stripped
    while generating the pc file), using @INCLUDEDIR@ instead
    is hapenning

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: dconf-qt-0.0.0.110722/lib/dconf-qt.pc.cmake
 
2
===================================================================
 
3
--- dconf-qt-0.0.0.110722.orig/lib/dconf-qt.pc.cmake    2011-07-22 18:50:31.860327956 +0200
 
4
+++ dconf-qt-0.0.0.110722/lib/dconf-qt.pc.cmake 2011-07-22 18:50:54.280439140 +0200
 
5
@@ -7,6 +7,6 @@
 
6
 Library
 
7
 Description: dconf Qt binding
 
8
 Version: @VERSION@
 
9
-Libs: -L${libdir} -ldconf-qt
 
10
-Cflags: -I${includedir}/dconf-qt
 
11
+Libs: -L@LIBDIR@ -ldconf-qt
 
12
+Cflags: -I@INCLUDEDIR@/dconf-qt
 
13
 Requires: dconf-dbus-1, QtDBus