From patchwork Thu Jan 29 15:31:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov X-Patchwork-Id: 5743561 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 261C9BF440 for ; Thu, 29 Jan 2015 15:32:07 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 712692024C for ; Thu, 29 Jan 2015 15:32:06 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id AC71120117 for ; Thu, 29 Jan 2015 15:32:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CAA37720C0; Thu, 29 Jan 2015 07:32:04 -0800 (PST) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by gabe.freedesktop.org (Postfix) with ESMTP id 4E25F720C0 for ; Thu, 29 Jan 2015 07:32:03 -0800 (PST) Received: by mail-we0-f180.google.com with SMTP id m14so23720952wev.11 for ; Thu, 29 Jan 2015 07:32:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=31VDjZGUp69lcY/AmyH2C4LIErOoRXf6ih8cmudXRGM=; b=BxsaEstySDSwzd7qQo14Iybi54yduu2JkWQA8cAYPI1J+RkDtBUQhvD66BS8CwiSIa /h0F0DXPympqaQfx0b0dOsuRePH3UMhRxovnQ4jajJSTqH5ceYmbcY1igleJqef4hi2V 28TcYsmN7BU7Yjlc7yzQuuCl7TN7aV3HNWrMsU5nP7qbG7S6Cv9dxOICbmnhh3AVAdb1 TAgjzW6yzgbd8AoCg7N9Tn0RDVQ3I54IIfMMXApA6G0CJcWp0S/1VNB+iZR2viKDNsAT 8/g9rSlMlZAHNg+hA70C0oMu+4D0/JS1jc/xWuiciAZ4q6JmABjLNarQGcirhVroHxb2 OOng== X-Received: by 10.194.77.201 with SMTP id u9mr2118753wjw.41.1422545521059; Thu, 29 Jan 2015 07:32:01 -0800 (PST) Received: from arch-laptop.localdomain (cpc12-croy20-2-0-cust52.croy.cable.virginm.net. [82.44.54.53]) by mx.google.com with ESMTPSA id a13sm2951139wic.3.2015.01.29.07.31.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 29 Jan 2015 07:32:00 -0800 (PST) From: Emil Velikov To: dri-devel@lists.freedesktop.org Subject: [PATCH 11.1/11] SQUASH: kms-universal-planes: link against cairo Date: Thu, 29 Jan 2015 15:31:41 +0000 Message-Id: <1422545501-3166-1-git-send-email-emil.l.velikov@gmail.com> X-Mailer: git-send-email 2.1.3 In-Reply-To: <1422029304-1926-12-git-send-email-thierry.reding@gmail.com> References: <1422029304-1926-12-git-send-email-thierry.reding@gmail.com> Cc: emil.l.velikov@gmail.com X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Emil Velikov --- tests/kms/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kms/Makefile.am b/tests/kms/Makefile.am index 3b37e3e..fe7dd98 100644 --- a/tests/kms/Makefile.am +++ b/tests/kms/Makefile.am @@ -41,4 +41,4 @@ kms_steal_crtc_SOURCES = kms-steal-crtc.c kms_steal_crtc_LDADD = ../util/libutil.la $(TEST_LIBS) kms_universal_planes_SOURCES = kms-universal-planes.c -kms_universal_planes_LDADD = libkms-test.la +kms_universal_planes_LDADD = $(TEST_LIBS)