aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2018-03-22 20:30:23 -0700
committerDonald Carr2018-03-22 20:30:23 -0700
commit15a241bc6e338c0f9c7ad239cc75bf1edad2cb7f (patch)
treeefd42cfca8398eedab188529b23b5271b30cfa91
parentfa49c88dbbd468d38c02beca8953305e75b4f484 (diff)
downloadaur-15a241bc6e338c0f9c7ad239cc75bf1edad2cb7f.tar.gz
Clean up recipe
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4966174a8a0f..6f8a10229e94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -217,11 +217,6 @@ _arch_specific_configure_options="\
"
if $_uber_minimal; then
- if $_target_host; then
- _additional_configure_flags="$_additional_configure_flags -no-eglfs"
- else
- _additional_configure_flags="$_additional_configure_flags -no-xcb"
- fi
_exhaustive_uber_minimal_specific_configure_options="\
-no-direct2d \
-no-directfb \
@@ -260,7 +255,9 @@ if $_static_build; then
_additional_configure_flags="$_additional_configure_flags \
-ltcg \
"
-else
+fi
+
+if ! $_static_build && ! $_target_host; then
_additional_configure_flags="$_additional_configure_flags \
-hostprefix ${_installprefix} \
"
@@ -404,6 +401,7 @@ if $_target_host; then
${_additional_configure_flags}"
# ${_arch_specific_configure_options} \
else
+ # I harbour a certain amount of X11 prejudice
local _configure_line="${_srcdir}/configure \
${_core_configure_options} \
-qtlibinfix "Pi${_piver}" \