libsForQt5.kwayland: cherry-pick patch to fix build with latest libdrm
This commit is contained in:
@@ -8,10 +8,19 @@
|
||||
qtbase,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
fetchpatch,
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "kwayland";
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://invent.kde.org/plasma/kwayland/-/commit/0954a179d4ef72597efea44a91071eb9a55a385f.diff";
|
||||
hash = "sha256-TB9ZIYV58E41rA8mP5MXjIKZUOdH/rZfOYsgUlV+QLk=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
extra-cmake-modules
|
||||
wayland-scanner
|
||||
|
||||
Reference in New Issue
Block a user