https://bugs.freedesktop.org/show_bug.cgi?id=101693

            Bug ID: 101693
           Summary: meson: libwacom cannot be disabled
           Product: Wayland
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: medium
         Component: libinput
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 132425
  --> https://bugs.freedesktop.org/attachment.cgi?id=132425&action=edit
Allow building without libwacom

Using meson -Dlibwacom=false doesn't work because the later referenced
dep_libwacom is not defined.

Trivial fix is to just init a dummy in that case, e.g.

dep_libwacom = declare_dependency()

or

dep_libwacom = []

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to