mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-27 02:20:32 +01:00
we need to link against CoreServices, not ApplicationServices
This commit is contained in:
parent
e1f4a0c20d
commit
ba4d2096e7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ X11APP_SUBDIRS = bundle
|
|||
|
||||
if LAUNCHD
|
||||
libexec_PROGRAMS = x11-exec
|
||||
x11_exec_LDFLAGS = -framework ApplicationServices
|
||||
x11_exec_LDFLAGS = -framework CoreServices
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue