summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman)2018-03-23 16:49:03 +0900
committerCarsten Haitzler (Rasterman)2018-03-23 16:49:03 +0900
commite2c7db7d020eb6a4b6dbf188adce6306498356b8 (patch)
tree4944c5ffa1e348d2e2f5117c6986ff64f9a14138 /PKGBUILD
parentec1731a0fa23504c1fb15f03c30de22578e42f67 (diff)
downloadaur-e2c7db7d020eb6a4b6dbf188adce6306498356b8.tar.gz
add performance note to PKGBUILD for those on nvidia + x11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c632af55437..9e73e8e94ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,16 @@
# Contributor: Doug Newgard <scimmia22 at outlook dot com>
# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Performance note: If you want to run on Nvidia closed drivers in X11
+# only then please remove the -Dwayland=true line below in build().
+# You will lose wayland support but it's not going to work well (with
+# acceleration) on proprietary nvidia drivers anyway. If you don't
+# disable this line and option then you'll find performance degreads in
+# enlightenment.
+
_pkgname=enlightenment
pkgname=$_pkgname-git
-pkgver=0.22.99.23236.g9581a4828
+pkgver=0.22.99.23255.g2a7312d2b
pkgrel=1
pkgdesc="Enlightenment window manager - Development version"
arch=('i686' 'x86_64')