From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7F8A1E00F15; Sun, 21 Aug 2016 15:40:36 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.223.178 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 50F82E00F04 for ; Sun, 21 Aug 2016 15:40:31 -0700 (PDT) Received: by mail-io0-f178.google.com with SMTP id m101so94452237ioi.2 for ; Sun, 21 Aug 2016 15:40:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=intel-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=RNcn9PKvmhhuCKyR25CO3Wkm5MJL2/Fu8FiSSRuWzeU=; b=DVxOSS4+jpyJz1jdVSeG/y7jGE6H4awJBnGOuhypB3c0bdkE8uQ+jlUFFIOCLZybzy 7GmrJ7K9RQQaonh9BVhWuoToIjNTv4QA9iQgYfyKJDr5bIGPuZaDOZJSWkAODUqUAqj7 BdirY9MFAuaRBrSQzi1Y34WC6iAMJSQ1ZMrNNGbhUoO7E9A28D26KsJyIInbkQtygRGJ ah1B1CSHnJHBoVNiXT1L+FaE89jKpFokufYF9wx9i/MWJYQPzBcT3G2V99PQimBpH8e2 CJZWuAcoPu0nHuhkU4K49RYPK/judBJHBxdBUOM/6Tg1FO+/uymEyKbd3ZZBSnlnA6ms qUYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=RNcn9PKvmhhuCKyR25CO3Wkm5MJL2/Fu8FiSSRuWzeU=; b=Qlimok4K3pSxZbo+MgDfTRE7F2XwrQuU3VEM3SQPefDGR2leLDxtIyq3Qd7nYIbMP6 EJe7U98lzT8hZ8Ia1+eTl5b7k08oZaIZ882kWUiRT5V223kfuUGiftHdmn4CM76ZdgIE iJ5RJdHErQohb8A9/LJGwcyZXl2tipLFINboyz7DPlUv9nn6Y7FIiiTj0ynagnxu0YCu kuALD4T4nxbBEHqThiThsjqQAQ6cGjGS3oxPnzqNPr2zjzDNIGC+NrCNnxZXBt5DnQl4 qE4uMY0MTzhr4HhfvjIcbLVECJDwXgSv0NVDrvycTrQdu89SKoU6fppaIhQD04ldbxKt JEdQ== X-Gm-Message-State: AEkoouts1A066Ik8rsj9LY+VnAtHLL/Uolkj9oAFcWQkfxMBe3Rq9iFkSqNM24uTN7Vm0b3W5k1tTFZYcTg60nAd X-Received: by 10.107.154.196 with SMTP id c187mr19551505ioe.99.1471819231416; Sun, 21 Aug 2016 15:40:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.18.17 with HTTP; Sun, 21 Aug 2016 15:40:11 -0700 (PDT) In-Reply-To: References: From: "Burton, Ross" Date: Sun, 21 Aug 2016 23:40:11 +0100 Message-ID: To: Mark Farver Cc: meta-freescale Mailing List Subject: Re: libGL references libX11? 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: Sun, 21 Aug 2016 22:40:36 -0000 Content-Type: multipart/alternative; boundary=001a1140e81e767bf1053a9c9eac --001a1140e81e767bf1053a9c9eac Content-Type: text/plain; charset=UTF-8 On 21 August 2016 at 03:36, Mark Farver wrote: > It seems like libSDL2-ttf has an ability to render fonts using OpenGL. > This feature is enabled by the successful compilation of a test > program in .configure. > > Why if I remove x11 from DISTRO_FEATURES does > sysroots/imx6qsabresd/usr/lib/libGL.so still get linked against X > libraries? How do I find out which package was responsible for > creating that library file? > So libGL is explicitly GLX, so obviously needs X11. Yes, removing x11 from DISTRO_FEATURES will remove every trace of X11 from your build (remove your tmp after changing the distro features though). Ross --001a1140e81e767bf1053a9c9eac Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On 21 August 2016 at 03:36, Mark Farver <mfarver@mindbent.org> wrote:
It seems like libSDL2-ttf has an ability to rend= er fonts using OpenGL.
This feature is enabled by the successful compilation of a test
program in .configure.

Why if I remove x11 from DISTRO_FEATURES does
sysroots/imx6qsabresd/usr/lib/libGL.so still get linked against X
libraries?=C2=A0 How do I find out which package was responsible for
creating that library file?

So libGL is explici= tly GLX, so obviously needs X11.

=
Yes, removing x11 from DISTRO_FEATURES will remo= ve every trace of X11 from your build (remove your tmp after changing the d= istro features though).

Ross
--001a1140e81e767bf1053a9c9eac--