summaryrefslogtreecommitdiff
path: root/packages/esound
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2005-08-13 05:35:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-13 05:35:02 +0000
commitabd94547d55b393d2ec8e9fd6ba7a5ebc1bd87d7 (patch)
tree2c9549f291b858ef005ba672ad95449793aec801 /packages/esound
parentdfd54dd6a4ac5e18a9cbedaf4a4b6574c3847e4b (diff)
esound-gpe needs to inherit from binconfig as well to install the esd-config file (this fixed libxine trying to link against /usr/lib/libasound.la)
Note: this won't actually take effect until pkgconfig and binconfig are altered not to kill each other (see mailing list)
Diffstat (limited to 'packages/esound')
-rw-r--r--packages/esound/esound-gpe_20020817.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/esound/esound-gpe_20020817.bb b/packages/esound/esound-gpe_20020817.bb
index 4c7e80f7c6..c3cdb784af 100644
--- a/packages/esound/esound-gpe_20020817.bb
+++ b/packages/esound/esound-gpe_20020817.bb
@@ -11,7 +11,7 @@ SRC_URI = "${HANDHELDS_CVS};module=gpe/base/esound \
S = "${WORKDIR}/esound"
-inherit autotools pkgconfig
+inherit autotools binconfig pkgconfig
EXTRA_OECONF = "--disable-alsa"