aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxine
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-04-28 17:08:48 +0000
committerKoen Kooi <koen@openembedded.org>2005-04-28 17:08:48 +0000
commitd9019104a2f9c538474635d1bf5f663740868db5 (patch)
treebece12f0d63c9e9f2de85fde47d0a2b3f0c52026 /packages/libxine
parentf1c66bc3593f8622090ac90b781027f2583cd08f (diff)
downloadopenembedded-d9019104a2f9c538474635d1bf5f663740868db5.tar.gz
libxine_1.0.bb: inherit binconfig
BKrev: 427118a0yghFjYnwW1tClR2dBXzs0Q
Diffstat (limited to 'packages/libxine')
-rw-r--r--packages/libxine/libxine_1.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libxine/libxine_1.0.bb b/packages/libxine/libxine_1.0.bb
index 92cc8dde0c..26e17fe688 100644
--- a/packages/libxine/libxine_1.0.bb
+++ b/packages/libxine/libxine_1.0.bb
@@ -6,9 +6,9 @@ PRIORITY = "optional"
MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
DEPENDS = "zlib libogg libvorbis tremor libmad esound-gpe"
PROVIDES = "virtual/libxine"
-PR = "r4"
+PR = "r5"
-inherit autotools pkgconfig gettext
+inherit autotools pkgconfig gettext binconfig
S = "${WORKDIR}/xine-lib-${PV}"