mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
telepathy-mission-control: Fix pkgconfig file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4087 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Index: telepathy-mission-control-4.49/libmissioncontrol.pc.in
|
||||
===================================================================
|
||||
--- telepathy-mission-control-4.49.orig/libmissioncontrol.pc.in 2008-03-19 22:36:30.000000000 +0000
|
||||
+++ telepathy-mission-control-4.49/libmissioncontrol.pc.in 2008-03-19 22:37:27.000000000 +0000
|
||||
@@ -8,5 +8,5 @@
|
||||
Description: Mission Control Client Library
|
||||
Requires: dbus-1 >= 0.50, libtelepathy >= 0.0.54
|
||||
Version: @VERSION@
|
||||
-Libs: -L${libdir} -lmissioncontrol-client @DBUS_LIBS@
|
||||
-Cflags: -I${includedir} @DBUS_CFLAGS@
|
||||
+Libs: -L${libdir} -lmissioncontrol-client
|
||||
+Cflags: -I${includedir}
|
||||
@@ -3,9 +3,10 @@ HOMEPAGE = "http://mission-control.sourceforge.net/"
|
||||
LICENSE = "LGPL"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "libtelepathy dbus-glib gconf"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/mission-control/telepathy-mission-control-${PV}.tar.gz"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/mission-control/telepathy-mission-control-${PV}.tar.gz \
|
||||
file://pkgconfig.patch;patch=1"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user