index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/kwindowsystem/PKGBUILD | 4 |
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 |