From ba4d2096e7953ef5b971682f0e28535da968acb1 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 --- 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 3f86467ef..06946051c 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -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