Install xine.m4 into staging for libxine 1.0
authorChris Lord <chris@openedhand.com>
Tue, 26 Apr 2005 17:23:36 +0000 (17:23 +0000)
committerChris Lord <chris@openedhand.com>
Tue, 26 Apr 2005 17:23:36 +0000 (17:23 +0000)
BKrev: 426e7918bfRUv4WG0xcAOJ7Yd8Lttw

packages/libxine/libxine_1.0.bb

index dd6779f..ac3cfee 100644 (file)
@@ -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}
 }