Files
RedBear-OS/local
vasilito 83ade35754 plasma-desktop: disable the tablet KCM pending a libwacom port
plasma-workspace now builds and installs, so plasma-desktop configured for the
first time and stopped at:
  The following required packages were not found: - libwacom

kcms/tablet requires libwacom (CMakeLists.txt:175), which is not ported -- it
needs libgudev plus upstream's tablet-definition database. Disabled via
upstream's own option (CMakeLists.txt:44, default ON), not an invented switch;
it gates exactly three sources (tabletsmodel.cpp, kcmtablet.cpp,
tabletmoduledata.cpp) and nothing else in plasma-desktop is affected.

THIS REMOVES THE DRAWING-TABLET SETTINGS MODULE. Tracked as a real port; the
option goes back ON in the same change that lands libwacom.
2026-08-04 23:15:53 +03:00
..