git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da7695b
)
Add missing depdency on libvorbis to libxine, fixes build
author
Chris Lord
<chris@openedhand.com>
Thu, 28 Apr 2005 15:49:25 +0000
(15:49 +0000)
committer
Chris Lord
<chris@openedhand.com>
Thu, 28 Apr 2005 15:49:25 +0000
(15:49 +0000)
BKrev: 427106051gFnyibyotTTkEuXf6ERug
packages/libxine/libxine_1.0.bb
patch
|
blob
|
history
diff --git
a/packages/libxine/libxine_1.0.bb
b/packages/libxine/libxine_1.0.bb
index
ac3cfee
..
92cc8dd
100644
(file)
--- a/
packages/libxine/libxine_1.0.bb
+++ b/
packages/libxine/libxine_1.0.bb
@@
-4,7
+4,7
@@
DESCRIPTION = "libxine"
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
-DEPENDS = "zlib libogg tremor libmad esound-gpe"
+DEPENDS = "zlib libogg
libvorbis
tremor libmad esound-gpe"
PROVIDES = "virtual/libxine"
PR = "r4"