Kaydet (Commit) 5fcd0d9c authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

mac: enable-retina is now the default

Change-Id: I311d6b359007b1d5799673e3d7733bdf2177df88
üst 46adbf96
...@@ -1337,7 +1337,7 @@ AC_ARG_ENABLE(silent-msi, ...@@ -1337,7 +1337,7 @@ AC_ARG_ENABLE(silent-msi,
AC_ARG_ENABLE(macosx-retina, AC_ARG_ENABLE(macosx-retina,
AS_HELP_STRING([--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 ...@@ -3040,13 +3040,6 @@ if test $_os = Darwin; then
MACOSX_APP_NAME="$with_macosx_app_name" MACOSX_APP_NAME="$with_macosx_app_name"
AC_MSG_RESULT([$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 fi
AC_SUBST(MACOSX_SDK_PATH) AC_SUBST(MACOSX_SDK_PATH)
AC_SUBST(MACOSX_SDK_VERSION) AC_SUBST(MACOSX_SDK_VERSION)
......
...@@ -1468,7 +1468,7 @@ ...@@ -1468,7 +1468,7 @@
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>@MACOSX_DEPLOYMENT_TARGET@.0</string> <string>@MACOSX_DEPLOYMENT_TARGET@.0</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<@MACOSX_HIGH_RESOLUTION_VALUE@/> <true/>
</dict> </dict>
</plist> </plist>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment