From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 15/24] gnu: gstreamer: Symlink gstconfig.h into include directory. Date: Wed, 17 Aug 2016 11:35:41 +0200 Message-ID: References: <20160816183938.22794-1-david@craven.ch> <20160816183938.22794-15-david@craven.ch> <8737m3ycb9.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZxGG-000430-O2 for guix-devel@gnu.org; Wed, 17 Aug 2016 05:35:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZxGD-0002V1-3M for guix-devel@gnu.org; Wed, 17 Aug 2016 05:35:47 -0400 Received: from mail-yw0-x241.google.com ([2607:f8b0:4002:c05::241]:35241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZxGB-0002Uh-P6 for guix-devel@gnu.org; Wed, 17 Aug 2016 05:35:45 -0400 Received: by mail-yw0-x241.google.com with SMTP id r9so5032063ywg.2 for ; Wed, 17 Aug 2016 02:35:42 -0700 (PDT) In-Reply-To: <8737m3ycb9.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel > What is the reason for this change? Would it be appropriate to submit a > bug report upstream to add this to their "make install"? The reason is because applications may contain #include , but gstconfig.h was moved to the lib directory because it contains "platform specific information". What do you suggest?