aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Carr2018-04-05 01:44:33 -0700
committerDonald Carr2018-04-05 01:44:33 -0700
commit145b30657df69684cd7d3a27a08125ece4aa57d7 (patch)
tree53f74f2cde078cc55c511c36f7800f0a27ab2c6e /PKGBUILD
parentf1bd73fc5d0eee80c41a5cca74da152a972952ae (diff)
downloadaur-145b30657df69684cd7d3a27a08125ece4aa57d7.tar.gz
Make uber minimal a bit less braindead; eglfs is the target
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 456f0879849e..49b42d4d4aab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -220,13 +220,16 @@ _arch_specific_configure_options="\
-no-rpath \
"
+retired_exhaustive_uber_minimal_specific_configure_options="\
+ -no-gbm \
+ -no-kms \
+ -no-linuxfb \
+"
+
if $_uber_minimal; then
_exhaustive_uber_minimal_specific_configure_options="\
-no-direct2d \
-no-directfb \
- -no-gbm \
- -no-kms \
- -no-linuxfb \
-no-mirclient \
-no-cups \
-no-iconv \