[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#749286: xserver-xorg-input-synaptics: unbuildable on !linux archs



Source: xserver-xorg-input-synaptics
Version: 1.8.0-1~exp1
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

Hi,

xserver-xorg-input-synaptics 1.8.0-1~exp1 cannot be built on non-Linux
archs because of the libevdev-dev B-D (which is Linux-specific).

The attached patch limits the libevdev-dev B-D as linux-any, as it is
used only for the eventcomm Linux backend.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  libx11-dev,
  libxext-dev,
  libxi-dev (>= 2:1.2.0),
- libevdev-dev,
+ libevdev-dev [linux-any],
  x11proto-core-dev,
  xserver-xorg-dev (>= 2:1.12),
  pkg-config,

Reply to: