[Wayland-bugs] [Bug 101693] meson: libwacom cannot be disabled

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 4 12:56:32 UTC 2017


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: wayland-bugs at lists.freedesktop.org
          Reporter: userwithuid at gmail.com

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170704/f6f45335/attachment.html>


More information about the wayland-bugs mailing list