aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpsdrive/gpsdrive_2.10pre2.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-09-09 11:58:12 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-09-09 11:58:12 +0000
commitb7b9e11f6f7dcee422e51654099340c67c002e33 (patch)
tree9b76d63f631754738e04bc94b126df7364dd5b08 /packages/gpsdrive/gpsdrive_2.10pre2.bb
parent7ac8c483e8b8ae61b971000cf245bde7bf52275b (diff)
downloadopenembedded-b7b9e11f6f7dcee422e51654099340c67c002e33.tar.gz
many recipes: change pcre to libpcre in DEPENDS
Diffstat (limited to 'packages/gpsdrive/gpsdrive_2.10pre2.bb')
-rw-r--r--packages/gpsdrive/gpsdrive_2.10pre2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gpsdrive/gpsdrive_2.10pre2.bb b/packages/gpsdrive/gpsdrive_2.10pre2.bb
index 4de819e5f6..98eee0c4fa 100644
--- a/packages/gpsdrive/gpsdrive_2.10pre2.bb
+++ b/packages/gpsdrive/gpsdrive_2.10pre2.bb
@@ -3,7 +3,7 @@ inherit autotools pkgconfig
PR = "r1"
PACKAGES += "gpsdrive-add"
DESCRIPTION = "GPS navigation/map display software"
-DEPENDS = "virtual/libc gtk+ pcre gpsd"
+DEPENDS = "virtual/libc gtk+ libpcre gpsd"
RDEPENDS_${PN} = "gdk-pixbuf-loader-gif gpsd"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
SECTION = "x11"