summaryrefslogtreecommitdiff
path: root/community/glfw
diff options
context:
space:
mode:
Diffstat (limited to 'community/glfw')
-rw-r--r--community/glfw/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD
new file mode 100644
index 00000000..bb9bc52c
--- /dev/null
+++ b/community/glfw/PKGBUILD
@@ -0,0 +1,14 @@
+eval "$(
+ declare -f package_glfw-x11 | \
+ sed '
+ 2 a arch=(i486 i686 pentium3 x86_64)
+ '
+ declare -f package_glfw-wayland | \
+ sed '
+ 2 a arch=(i486 i686 pentium3 x86_64)
+ '
+ declare -f package_glfw-doc | \
+ sed '
+ 2 a arch=(any)
+ '
+)"