summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-08 11:56:42 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-08 11:56:42 +0200
commitf901a08661052e17f31fd0838335ecaab1fe76a0 (patch)
tree9d0a02b3f1b0898513b7ee1f7274c2b5ce89324d /extra
parentb540604300ae717f04697f71dd72ef26b7363bda (diff)
downloadpackages-f901a08661052e17f31fd0838335ecaab1fe76a0.tar.xz
extra/kwindowsystem: added libxfixes on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/kwindowsystem/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/kwindowsystem/PKGBUILD b/extra/kwindowsystem/PKGBUILD
new file mode 100644
index 00000000..fac55613
--- /dev/null
+++ b/extra/kwindowsystem/PKGBUILD
@@ -0,0 +1,4 @@
+# we have to add it manually on i486
+if [ "$CARCH" = 'i486' ]; then
+ makedepends+=(libxfixes)
+fi