Source: clutter-1.0
Version: 1.25.6-1
Severity: important
Tags: patch

Hi,

clutter-1.0 fails to build on non-Linux architectures since 1.25.6-1.

The reason is 3 Linux-only API functions specified in the symbols file;
marking them as linux-any (just like it was done for other
evdev-related symbols) makes clutter-1.0 build fine again.
Patch attached for this.

Thanks,
-- 
Pino
--- a/debian/libclutter-1.0-0.symbols
+++ b/debian/libclutter-1.0-0.symbols
@@ -662,9 +662,9 @@ libclutter-1.0.so.0 libclutter-1.0-0 #MI
  clutter_egl_thaw_master_clock@Base 1.19.8
  clutter_eglx_display@Base 1.16.0
  (arch=linux-any)clutter_evdev_add_filter@Base 1.19.8
- clutter_evdev_event_get_event_code@Base 1.25.6
- clutter_evdev_event_get_relative_motion@Base 1.25.6
- clutter_evdev_event_get_time_usec@Base 1.25.6
+ (arch=linux-any)clutter_evdev_event_get_event_code@Base 1.25.6
+ (arch=linux-any)clutter_evdev_event_get_relative_motion@Base 1.25.6
+ (arch=linux-any)clutter_evdev_event_get_time_usec@Base 1.25.6
  (arch=linux-any)clutter_evdev_event_sequence_get_slot@Base 1.19.8
  (arch=linux-any)clutter_evdev_get_keyboard_map@Base 1.18.2~
  (arch=linux-any)clutter_evdev_input_device_get_libinput_device@Base 1.19.8

Reply via email to