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 ;;