Hi!

On 09/09/14 18:30, Lisandro Damián Nicanor Pérez Meyer wrote:
> On Monday 08 September 2014 12:16:21 Steven Chamberlain wrote:
> [snip]
>> I'm trying another test build now with this change applied:
>> http://trac.webkit.org/changeset/160716
> 
> I Steven! How did the build go?

That didn't work.

Actually, GOwnPtr.o didn't contain anything, no function to export -
this is obviously due to the #ifdef ENABLE_GLIB_SUPPORT - I'm now trying
with the attached patch instead.  (Which is almost what I thought the
problem was in the first place, I was just looking in the wrong
.pro/.pri file).

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org
From: Steven Chamberlain <ste...@pyro.eu.org>
Subject: properly support GStreamer on non-Linux platforms

GStreamer is enabled when building on GNU/kFreeBSD and Hurd, but support
for it was not enabled in the WTF component

Bug-Debian: http://bugs.debian.org/760727

--- a/Source/WTF/WTF.pri
+++ b/Source/WTF/WTF.pri
@@ -24,7 +24,7 @@
     }
 }
 
-linux-*:contains(DEFINES, WTF_USE_GSTREAMER=1) {
+linux-*|glibc-*|hurd-*:contains(DEFINES, WTF_USE_GSTREAMER=1) {
     DEFINES += ENABLE_GLIB_SUPPORT=1
     PKGCONFIG += glib-2.0 gio-2.0
 }

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-talk

Reply via email to