From patchwork Wed Dec 19 10:05:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Morten Svendsen X-Patchwork-Id: 207294 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 0156D2C009A for ; Wed, 19 Dec 2012 21:06:42 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id B3FA63FDCA for ; Wed, 19 Dec 2012 11:06:41 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id 1EB3A3FADB for ; Wed, 19 Dec 2012 11:06:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1473; q=dns/txt; s=ironport2; t=1355911600; x=1387447600; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=ry8ZcbKapg+xRLuxwZjGyCEVQd5gFW/70e5xK7TQiV4=; b=DBdLbZm/1HupDhvMnYVMOIzGac7iKq6HiyoJ+g2deG/EoEmaH0qaVnX+ GQH2b3QOUTYbGI8oJxZvrc7eWl4GGH9xFChSh55WBiy89licQDgwEu1go CyuF3KuoabcDvlWxEBH72r7Z35JK47V0AwpDBkNYOZsoEPr2FwZAdw6Bu A=; X-IronPort-AV: E=Sophos;i="4.84,313,1355094000"; d="scan'208";a="1951355" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 19 Dec 2012 11:05:31 +0100 Received: from fire.prevas.dk (172.16.10.61) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server (TLS) id 14.2.318.4; Wed, 19 Dec 2012 11:05:30 +0100 From: Morten Thunberg Svendsen To: Subject: [PATCH 04/11] xdpyinfo: added new recipe Date: Wed, 19 Dec 2012 11:05:17 +0100 Message-ID: <3c6f244437dc67492c758c27dbba31421b332070.1355911420.git.morten.thunbergsvendsen@prevas.dk> X-Mailer: git-send-email 1.8.0 In-Reply-To: References: MIME-Version: 1.0 X-Originating-IP: [172.16.10.61] 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: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Jacob Barsøe Kjærgaard --- recipes/xorg-app/xdpyinfo_1.3.0.oe | 15 +++++++++++++++ recipes/xorg-app/xdpyinfo_1.3.0.oe.sig | 1 + 2 files changed, 16 insertions(+) create mode 100644 recipes/xorg-app/xdpyinfo_1.3.0.oe create mode 100644 recipes/xorg-app/xdpyinfo_1.3.0.oe.sig diff --git a/recipes/xorg-app/xdpyinfo_1.3.0.oe b/recipes/xorg-app/xdpyinfo_1.3.0.oe new file mode 100644 index 0000000..2fe2299 --- /dev/null +++ b/recipes/xorg-app/xdpyinfo_1.3.0.oe @@ -0,0 +1,15 @@ +require xorg-app-common.inc + +SUMMARY = "Display information utility for X" + +DESCRIPTION = "Xdpyinfo is a utility for displaying information about an \ +X server. It is used to examine the capabilities of a server, the \ +predefined values for various parameters used in communicating between \ +clients and the server, and the different types of screens and visuals \ +that are available." + +DEPENDS += "libxtst libxext libxxf86vm libxi libxrender libxau recordproto" + +export XDPYINFO_LIBS += "-lXi -lX11 -lxcb -lXext -lX11-xcb -lXtst -lXrender " + +LD_FLAGS += "-lXi -lX11 -lxcb -lXext -lX11-xcb -lXtst -lXrender " diff --git a/recipes/xorg-app/xdpyinfo_1.3.0.oe.sig b/recipes/xorg-app/xdpyinfo_1.3.0.oe.sig new file mode 100644 index 0000000..a474656 --- /dev/null +++ b/recipes/xorg-app/xdpyinfo_1.3.0.oe.sig @@ -0,0 +1 @@ +39936ff600434614d3ee53038d814246a03f4acf xdpyinfo-1.3.0.tar.bz2