Received: by mail.netbsd.org (Postfix, from userid 605) id 6A10B84D65; Sat, 20 Apr 2019 17:31:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE2C284D63 for ; Sat, 20 Apr 2019 17:31:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nbmSaAJXPXbI for ; Sat, 20 Apr 2019 17:31:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8083884C82 for ; Sat, 20 Apr 2019 17:31:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74338FB16; Sat, 20 Apr 2019 17:31:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 20 Apr 2019 17:31:22 +0000 From: "Maya Rashish" Subject: CVS commit: src/external/mit/xorg/lib To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190420173122.74338FB16@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Maya Rashish" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: maya Date: Sat Apr 20 17:31:22 UTC 2019 Modified Files: src/external/mit/xorg/lib/libEGL: Makefile src/external/mit/xorg/lib/libgbm: Makefile Log Message: Add missing file. Allows linking webkit-gtk (which has a process link against libEGL/libgbm). Thanks leot@ for the report! To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libEGL/Makefile cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/lib/libgbm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.