diff options
author | Chris Lord <chris@openedhand.com> | 2005-04-26 17:23:36 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-04-26 17:23:36 +0000 |
commit | 0f6f4f313d74a97c5561c08c9e9f5d50ce6b9553 (patch) | |
tree | 728ad09a79f9af3bfeba3064608510b0bb675c81 /packages/libxine | |
parent | a8867ab6fc66345cc45722efec622226648203c6 (diff) |
Install xine.m4 into staging for libxine 1.0
BKrev: 426e7918bfRUv4WG0xcAOJ7Yd8Lttw
Diffstat (limited to 'packages/libxine')
-rw-r--r-- | packages/libxine/libxine_1.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/libxine/libxine_1.0.bb b/packages/libxine/libxine_1.0.bb index dd6779f581..ac3cfee209 100644 --- a/packages/libxine/libxine_1.0.bb +++ b/packages/libxine/libxine_1.0.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" DEPENDS = "zlib libogg tremor libmad esound-gpe" PROVIDES = "virtual/libxine" -PR = "r3" +PR = "r4" inherit autotools pkgconfig gettext @@ -77,6 +77,8 @@ do_stage() { cp ${S}/$file ${STAGING_INCDIR}/xine/`basename $file` done + install -m 0644 ${S}/m4/xine.m4 ${STAGING_DATADIR}/aclocal/ + oe_libinstall -so -C src/xine-engine libxine ${STAGING_LIBDIR} } |