qt5: revert another change to fix aarch64

This commit is contained in:
Juergen Buchmueller 2016-10-22 11:24:31 +02:00
parent 8cef9207be
commit 39c8da8f42
1 changed files with 1 additions and 1 deletions

View File

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