diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-08 11:56:42 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-08 11:56:42 +0200 |
commit | f901a08661052e17f31fd0838335ecaab1fe76a0 (patch) | |
tree | 9d0a02b3f1b0898513b7ee1f7274c2b5ce89324d | |
parent | b540604300ae717f04697f71dd72ef26b7363bda (diff) | |
download | packages-f901a08661052e17f31fd0838335ecaab1fe76a0.tar.xz |
extra/kwindowsystem: added libxfixes on i486
-rw-r--r-- | extra/kwindowsystem/PKGBUILD | 4 |
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 |