~wizardpen-devs/wizardpen/debian-packing

« back to all changes in this revision

Viewing changes to rules

  • Committer: Martin Owens
  • Date: 2011-05-07 13:07:53 UTC
  • Revision ID: doctormo@gmail.com-20110507130753-94icbnagv4an0i92
Add dependancy

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
32
32
        cp -f /usr/share/misc/config.guess config.guess
33
33
endif
34
 
        ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)"
 
34
        ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-xorg-conf-dir=\$${prefix}/share/X11/xorg.conf.d/ CFLAGS="$(CFLAGS)"
35
35
 
36
36
 
37
37
build: build-stamp
61
61
        dh_testroot
62
62
        dh_clean -k 
63
63
        dh_installdirs
64
 
        dh_install debian/10-wizardpen-devices.fdi debian/11-wizardpen-config.fdi usr/share/hal/fdi/preprobe/10osvendor/
65
64
        dh_install calibrate/wizardpen-calibrate usr/bin/
66
65
        # Add here commands to install the package into debian/wizardpen.
67
66
        $(MAKE) DESTDIR=$(CURDIR)/debian/xserver-xorg-input-wizardpen install