summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac9
-rwxr-xr-xsysui/desktop/macosx/Info.plist.in2
2 files changed, 2 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index b38ed8343f9b..7d6c249a7247 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1337,7 +1337,7 @@ AC_ARG_ENABLE(silent-msi,
AC_ARG_ENABLE(macosx-retina,
AS_HELP_STRING([--enable-macosx-retina],
- [Declare the application as High Resolution Capable. (retina display)
+ [deprecated... enabled by default now. Kept for backward compat only.
]),
,)
@@ -3040,13 +3040,6 @@ if test $_os = Darwin; then
MACOSX_APP_NAME="$with_macosx_app_name"
AC_MSG_RESULT([$MACOSX_APP_NAME])
- AC_MSG_CHECKING([build with mac retina support])
- if test "$enable_macosx_retina" = yes ; then
- MACOSX_HIGH_RESOLUTION_VALUE=true
- else
- MACOSX_HIGH_RESOLUTION_VALUE=false
- fi
- AC_MSG_RESULT([$MACOSX_HIGH_RESOLUTION_VALUE])
fi
AC_SUBST(MACOSX_SDK_PATH)
AC_SUBST(MACOSX_SDK_VERSION)
diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in
index 3dde39444504..892d0df8170d 100755
--- a/sysui/desktop/macosx/Info.plist.in
+++ b/sysui/desktop/macosx/Info.plist.in
@@ -1468,7 +1468,7 @@
<key>LSMinimumSystemVersion</key>
<string>@MACOSX_DEPLOYMENT_TARGET@.0</string>
<key>NSHighResolutionCapable</key>
- <@MACOSX_HIGH_RESOLUTION_VALUE@/>
+ <true/>
</dict>
</plist>