wlroots: remove unneeded patches

This commit is contained in:
Markus Volk
2023-01-31 12:13:16 +01:00
parent c5b93f3e46
commit 4d9e9fd192
4 changed files with 4 additions and 63 deletions

View File

@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7578fad101710ea2d289ff5411f1b818"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
hwdata \
hwdata-native \
libdrm \
libxkbcommon \
pixman \
@ -37,10 +37,7 @@ PACKAGECONFIG ?= " \
libinput \
"
SRC_URI = " \
git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https \
file://0001-backend-drm-meson.build-dont-use-native-hwdata.patch \
"
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
SRCREV = "1712a7d27444d62f8da8eeedf0840b386a810e96"
S = "${WORKDIR}/git"