summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8bba41d192e..c88ef9beaf47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,8 +26,6 @@ _opt_features=(
#x11
#wayland
- #shaderc # preferred SPIR-V compiler; available from AUR
-
#uchardet
#rubberband
@@ -98,7 +96,7 @@ for feature in "${_opt_features[@]}"; do
wayland)
depends+=('wayland' 'libxkbcommon')
;;
- shaderc|uchardet|rubberband)
+ uchardet|rubberband)
depends+=("$feature")
;;
dvbin)