summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquín Ignacio Aramendía2023-04-13 19:35:32 -0300
committerJoaquín Ignacio Aramendía2023-04-13 19:35:32 -0300
commit77ad740578aa394feeade48368f78acf14f4b401 (patch)
tree0843a6214f861f57e5ebdf5e3344ab92188dd243
parentaffca58fc2f15030fb908aac1c09b0ad1acc9797 (diff)
downloadaur-77ad740578aa394feeade48368f78acf14f4b401.tar.gz
Remove edid-decode as dependecy. Not needed
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 887a99b751df..9a563fe03e08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = gamescope-git
makedepends = glslang
makedepends = wayland-protocols
makedepends = cmake
- makedepends = edid-decode
depends = libxcomposite
depends = libxtst
depends = libxres
diff --git a/PKGBUILD b/PKGBUILD
index f2ac6a778cbd..672b32921911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,6 @@ depends=(
"libdrm" "libxkbcommon" "libinput" "pixman" "xorg-xwayland" "xcb-util-renderutil" "xcb-util-wm" "xcb-util-errors" "seatd"
)
makedepends=("git" "meson" "ninja" "patch" "vulkan-headers" "glslang" "wayland-protocols" "cmake"
- # libdisplay-info
- "edid-decode"
)
provides=($_pkgname "steamcompmgr")
conflicts=($_pkgname "steamcompmgr")