From patchwork Thu Jun 12 20:45:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Mads_Dor=C3=A9_Hansen?= X-Patchwork-Id: 359327 X-Patchwork-Delegate: jacob.kjaergaard@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id DE423140092 for ; Fri, 13 Jun 2014 06:45:42 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 8EB793FABB for ; Thu, 12 Jun 2014 22:45:38 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from ispc7.dotserv.com (ssl7.dotserv.com [178.20.217.17]) by hugin.dotsrc.org (Postfix) with ESMTPS id 4C96C3FABB for ; Thu, 12 Jun 2014 22:45:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ispc7.dotserv.com (Postfix) with ESMTP id 8457A47CEB2 for ; Thu, 12 Jun 2014 22:45:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ispc7.dotserv.com Received: from ispc7.dotserv.com ([127.0.0.1]) by localhost (ispc7.dotserv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id emVDmzbvNfBT for ; Thu, 12 Jun 2014 22:45:32 +0200 (CEST) Received: from mdh-Latitude-E6430.bbnnet.dk (unknown [37.75.161.52]) (Authenticated sender: dore@madsdore.dk) by ispc7.dotserv.com (Postfix) with ESMTPSA id 6CD3D47D1A1 for ; Thu, 12 Jun 2014 22:45:31 +0200 (CEST) From: =?UTF-8?q?Mads=20Dor=C3=A9?= To: dev@oe-lite.org Subject: [xorg] Added pkgconfig.patch to libx11-1.4.99. Date: Thu, 12 Jun 2014 22:45:31 +0200 Message-Id: <1402605931-9824-1-git-send-email-dore@madsdore.dk> X-Mailer: git-send-email 2.0.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/xorg-lib/libx11-1.4.99.902/pkgconfig.patch | 9 +++++++++ recipes/xorg-lib/libx11_1.4.99.902.oe | 1 + 2 files changed, 10 insertions(+) create mode 100644 recipes/xorg-lib/libx11-1.4.99.902/pkgconfig.patch diff --git a/recipes/xorg-lib/libx11-1.4.99.902/pkgconfig.patch b/recipes/xorg-lib/libx11-1.4.99.902/pkgconfig.patch new file mode 100644 index 0000000..9374c45 --- /dev/null +++ b/recipes/xorg-lib/libx11-1.4.99.902/pkgconfig.patch @@ -0,0 +1,9 @@ +--- src/x11.pc.in 2013-06-26 14:08:12.661020112 +0200 ++++ src/x11.pc.in 2013-06-26 14:07:37.681021146 +0200 +@@ -11,5 +11,5 @@ + Requires: xproto @XKBPROTO_REQUIRES@ + Requires.private: @X11_EXTRA_DEPS@ + Cflags: -I${includedir} @XTHREAD_CFLAGS@ +-Libs: -L${libdir} -lX11 ++Libs: -L${libdir} -lX11 -ldl + Libs.private: @XTHREADLIB@ diff --git a/recipes/xorg-lib/libx11_1.4.99.902.oe b/recipes/xorg-lib/libx11_1.4.99.902.oe index 7cc8178..b32b3ff 100644 --- a/recipes/xorg-lib/libx11_1.4.99.902.oe +++ b/recipes/xorg-lib/libx11_1.4.99.902.oe @@ -16,5 +16,6 @@ RDEPENDS_${PN} += "libxcb libxau libxdmcp libdl libc" SRC_URI += " file://disable_tests.patch \ file://keysymdef_include.patch \ file://disable_makekeys.patch \ + file://pkgconfig.patch \ "