mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 06:28:07 +02:00
XQuartz: Remove --with-launchd-id-prefix
It's been deprecated for years. Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
2285fe78c0
commit
214a66b661
1 changed files with 0 additions and 3 deletions
|
|
@ -555,9 +555,6 @@ AC_ARG_WITH(apple-application-name,AS_HELP_STRING([--with-apple-application-name
|
|||
[ APPLE_APPLICATION_NAME="${withval}" ],
|
||||
[ APPLE_APPLICATION_NAME="X11" ])
|
||||
AC_SUBST([APPLE_APPLICATION_NAME])
|
||||
AC_ARG_WITH(launchd-id-prefix, AS_HELP_STRING([--with-launchd-id-prefix=PATH], [Deprecated: Use --with-bundle-id-prefix.]),
|
||||
[ BUNDLE_ID_PREFIX="${withval}" ],
|
||||
[ BUNDLE_ID_PREFIX="org.x" ])
|
||||
AC_ARG_WITH(bundle-id-prefix, AS_HELP_STRING([--with-bundle-id-prefix=PATH], [Prefix to use for bundle identifiers (default: org.x)]),
|
||||
[ BUNDLE_ID_PREFIX="${withval}" ])
|
||||
AC_SUBST([BUNDLE_ID_PREFIX])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue