On Sun, Jan 03, 2010 at 06:10:18PM +0000, Przemysław Firszt wrote: > Hi, > Patch for placing wacom.fdi in proper directory. > I'm not sure if it's OK to do it to the driver (it is that way in > linuxwacom) or it should be fixed on distro side. If it's OK to do it in > the driver please apply attached patch. > > -- > Przemo
> From ad9b8a31bebecdcbb73aca2ecb10f6ac37a1b9a9 Mon Sep 17 00:00:00 2001 > From: Przemo Firszt <[email protected]> > Date: Sun, 3 Jan 2010 17:57:44 +0000 > Subject: [PATCH] Fix wacom.fdi location in Makefime.am > > Signed-off-by: Przemo Firszt <[email protected]> > --- > fdi/Makefile.am | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/fdi/Makefile.am b/fdi/Makefile.am > index cb07746..1501ace 100644 > --- a/fdi/Makefile.am > +++ b/fdi/Makefile.am > @@ -1 +1,3 @@ > EXTRA_DIST = wacom.fdi > +fdidir = $(prefix)/share/hal/fdi/policy/20thirdparty > +fdi_SCRIPTS = wacom.fdi > -- > 1.6.5.7 I think this should be $(datadir)/hal/fdi/policy/20thirdparty instead, but the principle is good. anything that gives us a working driver after a simple make install is good. Cheers, Peter ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
