~ubuntu-branches/ubuntu/oneiric/xserver-xorg-input-synaptics/oneiric-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2011-07-05 16:40:31 UTC
  • mfrom: (1.2.3 upstream) (0.3.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110705164031-in4m0pac6i5575uo
Tags: 1.4.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - 101_resolution_detect_option.patch:
    + Provide an option to prevent synaptics from communicating the
      touchpad size to the xserver. (LP: 327428)
  - 103_enable_cornertapping.patch:
    + Enable right/middle clicks by tapping in the bottom- and top-right
      corners.
  - 104_always_enable_tapping.patch:
    + Enable tapping regardless of the presence of physical buttons.
  - 106_always_enable_vert_edge_scroll.patch:
    + Enable vertical edge tapping by default even if we enable two-finger
      scrolling as well.
  - 115_evdev_only.patch:
    + Only bind to /dev/input/event* evdev devices (LP 624985)
  - 116_xi2_1.patch:
  - 117_gestures.patch:
    + multitouch and uTouch gesture support
  - 118_quell_error_msg.patch:
    + Don't print error "Unable to find a synaptics device" when used
      on system that doesn't have a touchpad anyway. (LP: 716712)
  - 119_active_area_touches.patch:
  - 120_active_touches_num_fingers.patch:
  - 121_semi-mt_num_fingers.patch:
    + Fix handling for SemiMultitouch trackpads with integrated buttons
      (LP: 736523)
  - 122_revert_pressure_finger_default.patch:
    + Fix spurious right click events on some trackpads (LP: 742213)
  - 123_order_ProcessTouch_for_numFingers.patch:
    + Fix jumpy cursor on multitouch trackpads (LP: 751525)
  - 124_syndaemon_events.patch:
    + Drain spurious events from XRecord connection as a work around
      for a buggy X server. (LP: 754470)
  - debian/control:
    + Add depends on libmtdev and libutouch-grail
    + Build-depend on multitouch-enabled inputproto.
    + Depend on multitouch-enabled xserver.
    + Depend on udev.
    + Move libxtst-dev to Build-Conflicts so syndaemon does not use XRecord,
      preventing a wide range of crashes in _CallCallbacks. (LP: 774978)
  - debian/gbp.conf:
    + Specify ‘ubuntu’ branch.
  - debian/local/51-synaptics-quirks.conf:
    + Split out our synaptics quirks into 51-synaptics-quirks.conf
  - debian/local/66-xorg-synaptics.rules:
    + Add the udev rule back for tagging specific machines to be quirked.
  - debian/xserver-xorg-input-synaptics.postinst.in:
    + Trigger udev to pick up new udev rules
* Drop 114_jumpy_cursor_first_part.patch, fixed upstream.
* Update 115_evdev_only.patch to apply.
* Update 117_gestures.patch to apply.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
CYGPATH_W = @CYGPATH_W@
175
175
DEFS = @DEFS@
176
176
DEPDIR = @DEPDIR@
 
177
DLLTOOL = @DLLTOOL@
177
178
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
178
179
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
179
180
DRIVER_NAME = @DRIVER_NAME@
206
207
LTLIBOBJS = @LTLIBOBJS@
207
208
MAINT = @MAINT@
208
209
MAKEINFO = @MAKEINFO@
 
210
MANIFEST_TOOL = @MANIFEST_TOOL@
209
211
MAN_SUBSTS = @MAN_SUBSTS@
210
212
MISC_MAN_DIR = @MISC_MAN_DIR@
211
213
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
231
233
SED = @SED@
232
234
SET_MAKE = @SET_MAKE@
233
235
SHELL = @SHELL@
 
236
STRICT_CFLAGS = @STRICT_CFLAGS@
234
237
STRIP = @STRIP@
235
238
VERSION = @VERSION@
236
239
XI_CFLAGS = @XI_CFLAGS@
244
247
abs_srcdir = @abs_srcdir@
245
248
abs_top_builddir = @abs_top_builddir@
246
249
abs_top_srcdir = @abs_top_srcdir@
 
250
ac_ct_AR = @ac_ct_AR@
247
251
ac_ct_CC = @ac_ct_CC@
248
252
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249
253
am__include = @am__include@
278
282
libexecdir = @libexecdir@
279
283
localedir = @localedir@
280
284
localstatedir = @localstatedir@
281
 
lt_ECHO = @lt_ECHO@
282
285
mandir = @mandir@
283
286
mkdir_p = @mkdir_p@
284
287
oldincludedir = @oldincludedir@