From 39c8da8f42470224321d2064cb1d4eac6dae9196 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Sat, 22 Oct 2016 11:24:31 +0200 Subject: [PATCH] qt5: revert another change to fix aarch64 --- srcpkgs/qt5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index 3c7d3c8f435..224f2decead 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -122,7 +122,7 @@ _create_config() { echo "QMAKE_LIBS_OPENGL_ES2 = -lEGL -lGLESv2" >> ${specs}/${device}/qmake.conf echo >> ${specs}/${device}/qmake.conf case "$XBPS_TARGET_MACHINE" in - aarch64*|arm*) + arm*) echo "include(../common/linux_arm_device_post.conf)" >> ${specs}/${device}/qmake.conf ;; *) echo "include(../common/linux_device_post.conf)" >> ${specs}/${device}/qmake.conf ;;