~ubuntu-branches/ubuntu/vivid/freerdp/vivid

« back to all changes in this revision

Viewing changes to debian/patches/1002_update-pkg-config-file.patch

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-11-11 12:20:50 UTC
  • mfrom: (1.1.9) (9.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20141111122050-wyr8hrnwco9fcmum
Tags: 1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1
* Merge with Debian unstable, remaining changes
  - Disable ffmpeg support
* Disable gstreamer support, this relies on gstreamer 0.10 and we don't want
  to add any more deps on that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Add missing -lfreerdp-client
 
2
Author: Sebastian Ramacher <sramacher@debian.org>
 
3
Last-Update: 2014-08-17
 
4
 
 
5
diff --git a/freerdp.pc.in b/freerdp.pc.in
 
6
index 59e2b44..70288dd 100644
 
7
--- a/freerdp.pc.in
 
8
+++ b/freerdp.pc.in
 
9
@@ -8,6 +8,6 @@ Description: A free remote desktop protocol client
 
10
 URL: http://www.freerdp.com/
 
11
 Version: @FREERDP_VERSION_FULL@
 
12
 Requires: 
 
13
-Libs: -L${libdir} -lfreerdp-cache -lfreerdp-codec -lfreerdp-core -lfreerdp-crypto -lfreerdp-gdi -lfreerdp-locale -lfreerdp-rail -lfreerdp-utils -lwinpr-sspi -lwinpr-rpc -lwinpr-utils
 
14
+Libs: -L${libdir} -lfreerdp-cache -lfreerdp-codec -lfreerdp-client -lfreerdp-core -lfreerdp-crypto -lfreerdp-gdi -lfreerdp-locale -lfreerdp-rail -lfreerdp-utils -lwinpr-sspi -lwinpr-rpc -lwinpr-utils
 
15
 Cflags: -I${includedir}
 
16