summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-11 11:32:26 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-11 11:32:26 +0200
commit718bd2b3b54eb025f7ca3abd0ff2fd4a37185793 (patch)
treee1e65041c973a117af4ed7883cdaf6ca423d3984 /extra
parent5a107a8677648326bf58d416061f359d31e308aa (diff)
downloadpackages-718bd2b3b54eb025f7ca3abd0ff2fd4a37185793.tar.xz
extra/xorg-xwayland: added libdrm on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/xorg-xwayland/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/xorg-xwayland/PKGBUILD b/extra/xorg-xwayland/PKGBUILD
new file mode 100644
index 00000000..32c00617
--- /dev/null
+++ b/extra/xorg-xwayland/PKGBUILD
@@ -0,0 +1,4 @@
+# libdrm missing on i486?
+if [ "$CARCH" = 'i486' ]; then
+ depends+=(libdrm)
+fi