[oe-commits] [Bug 5057] New: gnash 0.8.5 compilation

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Sat Mar 7 01:35:52 UTC 2009


http://bugs.openembedded.net/show_bug.cgi?id=5057

           Summary: gnash 0.8.5 compilation
    Classification: Unclassified
           Product: Openembedded
           Version: Angstrom unstable
          Platform: ARM
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: lamiaposta71 at gmail.com


>From openembedded git hash : 768fe337b086a509a1381f9b1000faf1e99689cd
Cairo depends in gnash_0.8.5.bb not necessary.
instead --with-cairo-incl, --with-cairo-li
necessary.

cairo rebuild
gnash rebuild

it compiles

diff --git a/packages/gnash/gnash.inc b/packages/gnash/gnash.inc
index 3602f6f..621efe4 100644
--- a/packages/gnash/gnash.inc
+++ b/packages/gnash/gnash.inc
@@ -29,6 +29,8 @@ EXTRA_OECONF = "--enable-gui=gtk \
                 --enable-mit-shm \
                 --disable-cygnal \
                 --with-top-level=${STAGING_DIR_HOST}/usr \
+                --with-cairo-incl=${STAGING_DIR_HOST}/usr/include/cairo \
+                --with-cairo-lib=${STAGING_DIR_HOST}/usr/lib \
                 "

 PACKAGES =+ " gnash-browser-plugin libgnashamf libgnashbackend libgnashbase
libgnashgeo libgnashgui libgnashplayer libgnashserver "
diff --git a/packages/gnash/gnash_0.8.5.bb b/packages/gnash/gnash_0.8.5.bb
index fa9b323..58605e8 100644
--- a/packages/gnash/gnash_0.8.5.bb
+++ b/packages/gnash/gnash_0.8.5.bb
@@ -1,10 +1,10 @@
 require gnash.inc

-DEPENDS += "gst-plugins-base"
+DEPENDS += "gst-plugins-base cairo"

 acpaths = " -Imacros"

-DEFAULT_PREFERENCE = "-1"
+#DEFAULT_PREFERENCE = "-1"

 # Boost lacks defines for lots of archs
 TARGET_CC_ARCH_append = " -I${STAGING_INCDIR}/libxml2 -DHAVE_POLL_H ${@['
-D_BIG_ENDIAN', ' -D_LITTLE_ENDIAN'][bb.data.getVar('SITEINFO_ENDIANESS', d, 
1) == 'le']}"

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list