[Linuxwacom-devel] libwacom: [PATCH] data: install layouts in the appropriate directory

2012-11-16 Thread Olivier Fourdan
Sorry I forgot to change the destination dir when renaming images to 
layouts , this patch fixes the issue so that the files are actually 
found where they ought to be.
From 3242e408577aa4d08ee6a5a3b4c4503625b42287 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan ofour...@redhat.com
Date: Fri, 16 Nov 2012 14:39:37 +0100
Subject: [PATCH] data: install layouts in the appropriate directory

Signed-off-by: Olivier Fourdan ofour...@redhat.com
---
 data/layouts/Makefile.am |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/data/layouts/Makefile.am b/data/layouts/Makefile.am
index c6e1157..06487f5 100644
--- a/data/layouts/Makefile.am
+++ b/data/layouts/Makefile.am
@@ -1,4 +1,4 @@
-libwacomlayoutsdir = $(datadir)/libwacom/images
+libwacomlayoutsdir = $(datadir)/libwacom/layouts
 dist_libwacomlayouts_DATA =  $(shell find $(top_srcdir)/data/layouts -name *.svg -printf %P\n)
 
 EXTRA_DIST = README
-- 
1.7.1

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH libwacom] Drop AM_MAINTAINER_MODE

2012-11-16 Thread Ron

Hi,

Sorry to be late to the party on this one, but could we please
change this to instead use:

 AM_MAINTAINER_MODE([enabled])

This gives the same default behaviour as removing it (which I
agree is desirable), but still enables people to use the
--disable-maintainer-mode option to configure, if they really
want to switch it off again (which I do for the package builds
since we don't really want a borked timestamp regenerating these
files unexpectedly in the source package).

 Cheers,
 Ron


On Tue, Oct 16, 2012 at 11:34:26AM +1000, Peter Hutterer wrote:
 We want libwacom to react to changes in Makefile.am's
 
 Long writeup:
 http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
 
 Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
 ---
  configure.ac | 1 -
  1 file changed, 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
 index 432f0e7..e510e2f 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -5,7 +5,6 @@ AC_CONFIG_HEADERS([config.h])
  
  # Initialize Automake
  AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip check-news])
 -AM_MAINTAINER_MODE
  
  # Enable silent build when available (Automake 1.11)
  m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 -- 
 1.7.11.4
 
 
 --
 Don't let slow site performance ruin your business. Deploy New Relic APM
 Deploy New Relic app performance management and know exactly
 what is happening inside your Ruby, Python, PHP, Java, and .NET app
 Try New Relic at no cost today and get our sweet Data Nerd shirt too!
 http://p.sf.net/sfu/newrelic-dev2dev
 ___
 Linuxwacom-devel mailing list
 Linuxwacom-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel