we need to link against CoreServices, not ApplicationServices
(cherry picked from commit ba4d2096e7953ef5b971682f0e28535da968acb1)
This commit is contained in:
parent
062d9234e2
commit
e0e59b3bbc
|
@ -12,7 +12,7 @@ X11APP_SUBDIRS = bundle
|
||||||
|
|
||||||
if LAUNCHD
|
if LAUNCHD
|
||||||
libexec_PROGRAMS = x11-exec
|
libexec_PROGRAMS = x11-exec
|
||||||
x11_exec_LDFLAGS = -framework ApplicationServices
|
x11_exec_LDFLAGS = -framework CoreServices
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue