From e0e59b3bbc4d8e7ac3934a6f6a9e4a15b328c475 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Thu, 13 Dec 2007 20:44:33 -0800 Subject: [PATCH] we need to link against CoreServices, not ApplicationServices (cherry picked from commit ba4d2096e7953ef5b971682f0e28535da968acb1) --- hw/xquartz/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index 97b8c94e0..0326f784f 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -12,7 +12,7 @@ X11APP_SUBDIRS = bundle if LAUNCHD libexec_PROGRAMS = x11-exec -x11_exec_LDFLAGS = -framework ApplicationServices +x11_exec_LDFLAGS = -framework CoreServices endif endif