From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f50.google.com (mail-bk0-f50.google.com [209.85.214.50]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F387CE013AE for ; Tue, 30 Jul 2013 02:06:49 -0700 (PDT) Received: by mail-bk0-f50.google.com with SMTP id ik8so1538592bkc.9 for ; Tue, 30 Jul 2013 02:06:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type:x-gm-message-state; bh=d5I+z2Iz7/7+IFpfYSVA4SKuF1fz7yRUonyFY/fHIao=; b=WmusC6HvGO8iptmzrnWaAkHT+8D89jfkU69gpr9KMHk5mlbdoqTy+h9GbtHM1l4rHX Y0hPtE/8xzPl8Tfn+fBN+N1DQurj8cY1GMlWVNdo0tefVth939YGL8v7WapTbje2yrVg Us+uLbKGNTECYmM1Wpu6B+LXjptR96FRsnBQg9zKIQetHRoFR8OuQD5aErcLp6urIY1G U9YXs00EqAPiRUBj6rBeQHShlSL9JoCwa3AVkAVzO6msYLOd/CaIrW52P+yp0jahNTf9 2SLWdlNxsSP7J19GRrrLnfnHejuezPtWZwOOFwMskGDzB2wq8n/Pt39r6aznq/hRexsd by6Q== X-Received: by 10.205.86.193 with SMTP id at1mr4868951bkc.150.1375175208202; Tue, 30 Jul 2013 02:06:48 -0700 (PDT) Received: from rudolf.localnet (ppp-82-135-94-60.dynamic.mnet-online.de. [82.135.94.60]) by mx.google.com with ESMTPSA id ok9sm17027719bkb.8.2013.07.30.02.06.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Jul 2013 02:06:47 -0700 (PDT) From: Thomas Senyk To: meta-freescale@yoctoproject.org Date: Tue, 30 Jul 2013 11:06:46 +0200 Message-ID: <1668084.tg0izVmCeg@rudolf> Organization: Pelagicore AG User-Agent: KMail/4.10.5 (Linux/3.10.3-1-ARCH; KDE/4.10.5; x86_64; ; ) In-Reply-To: References: <51F5ACD3.8000505@boundarydevices.com> <51F6C891.4090205@boundarydevices.com> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQlyj3OyqnUJUD/Qfq6dMjNsIkFcq6LL3Cyb5kK4lSpkzk4VS1sdP/BFoWSM3Pp9TMEbMBmF Subject: Re: RFC regarding glimagesink X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 09:06:51 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Monday, 29 July, 2013 16:06:17 Rogerio Nunes wrote: > On Mon, Jul 29, 2013 at 3:54 PM, Eric Nelson > > wrote: > > Hi Rogerio, > > > > On 07/29/2013 12:29 PM, Rogerio Nunes wrote: > >> My apologies, Eric. > >> > >> I misread your email the first time. > >> > >> I'm trying a clean build now with master-next, but I'm having dependency > >> issues. > >> As soon as I fix this I'll look into glimagesink. > > > > I had some dependency issues as well, and I had to revert > > Abhijit's wayland patch (78936c1994cb2db102bd200123be976a7c051b98) > > to get past them. > > > > For some reason, with that patch, I was seeing the wayland version > > of some libraries, so configure failed on gst-plugins-gl. > > That's exactly the same issue I'm having here... no fb* symbols in > libEGL, so configure fails to link... I wonder if the fb* symbols should actually vanish? In a wl enabled version I've tested before I had both, wl_* and fb* symbols. .. and IMO this is the right way, because it enabled you to have opengl- based compositors and wayland-egl based clients with the same libraries. Also from a include/define perspective only if EGL_API_FB is set, it makes sense to set WL_EGL_PLATFORM. quote from eglvivante.h: ... #elif defined(LINUX) && defined(EGL_API_FB) && !defined(__APPLE__) #if defined(WL_EGL_PLATFORM) ... Does anyone know the reason why fb* symbols got removed from libEGL-wl.so? Greet Thomas > > Thanks. > > > Regards, > > > > > > Eric > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale